rphmeier / allocatorsLinks
A collection of custom allocators
☆45Updated 8 years ago
Alternatives and similar repositories for allocators
Users that are interested in allocators are comparing it to the libraries listed below
Sorting:
- A symbolic evaluator for MIR☆19Updated 5 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 5 months ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- Target "triple" support☆52Updated 3 weeks ago
- Modular register allocator algorithms☆105Updated 3 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
- A growable bit-vector for Rust, optimized for size☆43Updated 7 months ago
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- dlmalloc ported into Rust☆111Updated last month
- Portable high-level bitwise manipulation algorithms☆50Updated 4 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.☆103Updated 6 years ago
- ☆53Updated 5 years ago
- ☆31Updated 5 years ago
- (More or less) accurate floating point algorithms☆57Updated last year
- A graphical debugger for Rust MIR☆195Updated 3 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- ☆63Updated 8 years ago
- Modeling NLL and the Rust borrowck☆85Updated 8 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- A safe-guarded transmute for Rust☆39Updated last year
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- Token tree calling convention☆80Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Crunchy unroller - deterministically unroll constant loops☆47Updated 3 months ago
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆82Updated last month
- ☆27Updated 4 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- ☆23Updated 6 years ago