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:
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 8 months ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 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
- x86_64 OS kernel with completely async userspace and single address space [WIP; but basic kernel functionality implemented]☆32Updated 5 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 8 months ago
- Implementation of triple buffering in Rust☆102Updated 2 weeks ago
- Target "triple" support☆53Updated this week
- 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
- ☆68Updated 3 months ago
- Rust library to program hardware performance counter.☆55Updated 3 years ago
- Modular register allocator algorithms☆105Updated 3 years ago
- ☆53Updated 6 years ago
- Portable high-level bitwise manipulation algorithms☆52Updated 4 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- A symbolic evaluator for MIR☆20Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆114Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- Modeling NLL and the Rust borrowck☆85Updated 8 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 5 years ago
- Token tree calling convention☆82Updated 3 years ago
- ☆27Updated 10 years ago
- Initialization code ("crt0") written in Rust☆69Updated 4 years ago
- dlmalloc ported into Rust☆114Updated last month
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- ☆40Updated 6 years ago
- Haskell's language-c ported to Rust.☆33Updated 7 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Higher level LLDB bindings for Rust built on lldb-sys.☆60Updated 10 months ago
- A small Rust library that allows users to reinterpret data of certain types safely.☆40Updated 4 years ago