tipo159 / rust-instruction-dispatch
This is a project to learn how to implement instruction dispatch in Rust.
☆24Updated 9 months ago
Alternatives and similar repositories for rust-instruction-dispatch:
Users that are interested in rust-instruction-dispatch are comparing it to the libraries listed below
- Memory validation framework for Rust☆67Updated 2 months ago
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- Experimenting with Rust's fundamental data model☆51Updated 6 months ago
- Scalable and lock-free memory reclamation system☆25Updated last month
- Generate markdown comparison tables from `cargo-criterion` JSON output☆32Updated 3 years ago
- Human-friendly indexed collections☆53Updated last month
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 5 months ago
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Wraps around a futures::Spawn and adds diagnostics to it☆32Updated 5 years ago
- Somewhat hacky workaround for the lack of stream generators☆13Updated 6 months ago
- Some internal rustc tools made accessible☆47Updated 3 months ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated 11 months ago
- Yet another key-value storage for Rust☆71Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- Attribute to use on the `trait` methods (or associated functions) that you wish to "seal", a.k.a., render them `final`.☆14Updated this week
- small distributed database protocol☆31Updated 4 years ago
- ☆34Updated 2 months ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- Tracing layer to quickly inspect spans and events☆38Updated last year
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆105Updated this week
- constant-size associative container backed by a simple array☆19Updated last year
- An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint☆11Updated last year
- wrap errors with automatic backtrace capture and print-on-result-unwrap☆33Updated 11 months ago
- Library for building stateful property tests using the proptest crate☆23Updated 3 weeks ago
- Eager evaluation of macros like `concat!` and `env!`☆38Updated last month
- An implementation of the Austral language compiler in Rust☆14Updated 11 months ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 6 months ago
- (lifetime) GATs on stable Rust☆57Updated last year
- Reports when tokio runtime threads are blocking☆64Updated 7 months ago