pliniker / dispatchersLinks
Virtual Machine/Interpreter dispatch method experiments in Rust
☆37Updated 8 years ago
Alternatives and similar repositories for dispatchers
Users that are interested in dispatchers are comparing it to the libraries listed below
Sorting:
- Modular register allocator algorithms☆105Updated 3 years ago
- A DSL and compiler for generating peephole optimizers for Cranelift☆64Updated 5 years ago
- A collection of custom allocators☆46Updated 8 years ago
- ☆86Updated 9 years ago
- ☆94Updated 2 years ago
- dlmalloc ported into Rust☆114Updated 2 months ago
- Sruth Lùbach: A toy optimization engine☆23Updated 4 years ago
- A symbolic evaluator for MIR☆20Updated 6 years ago
- Local-affinity first NUMA-aware allocator with optional fallback.☆29Updated 4 years ago
- Higher level LLDB bindings for Rust built on lldb-sys.☆61Updated 11 months ago
- A compiler from Rust to C, and a checker for unsafe code☆84Updated 6 years ago
- A library that provides a way to logically own objects, whether or not heap allocation is available☆71Updated last year
- Target "triple" support☆54Updated last month
- Where the work of WG-grammar, aiming to provide a canonical grammar for Rust, resides☆103Updated last year
- A simple and spec-compliant WebAssembly interpreter☆94Updated 2 years ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 9 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆165Updated last year
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Faster integer division and modulus operations☆88Updated 6 months ago
- Composable, lock-free, allocation-light data structures☆61Updated 7 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆104Updated 6 years ago
- A sanity checker for global allocations in Rust☆52Updated 4 months ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- A linear solver designed to be easy to use with Rust enums.☆33Updated 4 years ago
- Synthesis of Loop-free Programs in Rust☆66Updated 5 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 6 months ago
- Faster division by constants that aren't known at compile-time☆30Updated 4 years ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 5 years ago
- An arbitrary-precision floating-point library in Rust☆47Updated 8 months ago