rphmeier / allocatorsLinks
A collection of custom allocators
☆46Updated 8 years ago
Alternatives and similar repositories for allocators
Users that are interested in allocators are comparing it to the libraries listed below
Sorting:
- Modular register allocator algorithms☆105Updated 3 years ago
- dlmalloc ported into Rust☆115Updated 2 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 10 months ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 9 months ago
- Target "triple" support☆55Updated last month
- A symbolic evaluator for MIR☆20Updated 6 years ago
- A graphical debugger for Rust MIR☆199Updated 3 years ago
- Modeling NLL and the Rust borrowck☆84Updated 8 years ago
- ☆23Updated 6 years ago
- Token tree calling convention☆83Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 11 months ago
- ☆53Updated 6 years ago
- Spawn processes with arbitrary closures in rust☆114Updated 4 years ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆39Updated 7 years ago
- ☆86Updated 9 years ago
- Portable Bitwise Manipulation Intrinsics☆47Updated last year
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 4 years ago
- Portable high-level bitwise manipulation algorithms☆53Updated 4 years ago
- Virtual Machine/Interpreter dispatch method experiments in Rust☆37Updated 8 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆83Updated 5 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- Arena allocator and a handful of useful data structures☆41Updated 5 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
- Rust library to program hardware performance counter.☆58Updated 3 years ago
- home for proposals in and around compile-time function evaluation☆113Updated last month
- PEG parser generator built on top of nom☆70Updated 6 years ago
- Higher level LLDB bindings for Rust built on lldb-sys.☆61Updated 11 months ago