rphmeier / allocatorsLinks
A collection of custom allocators
☆44Updated 7 years ago
Alternatives and similar repositories for allocators
Users that are interested in allocators are comparing it to the libraries listed below
Sorting:
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- Token tree calling convention☆79Updated 2 years ago
- Target "triple" support☆54Updated 3 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- A symbolic evaluator for MIR☆19Updated 5 years ago
- x86_64 OS kernel with completely async userspace and single address space [WIP; but basic kernel functionality implemented]☆31Updated 5 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- ☆31Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- ☆27Updated 3 years ago
- ☆40Updated 6 years ago
- ☆53Updated 5 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- A Two Level Segregated Fit (TLSF) allocator optimized for memory-constrained systems☆20Updated 4 years ago
- ☆26Updated 5 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Crunchy unroller - deterministically unroll constant loops☆40Updated 4 months ago
- dlmalloc ported into Rust☆104Updated 2 months ago
- A small Rust library that allows users to reinterpret data of certain types safely.☆39Updated 3 years ago
- Experiments in `no_std` cooperative multitasking☆23Updated 6 years ago
- ☆27Updated 10 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Modeling NLL and the Rust borrowck☆80Updated 7 years ago
- A safe-guarded transmute for Rust☆38Updated last year
- ☆17Updated 9 years ago
- Deprecated in favor of the libm crate.☆29Updated 6 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.☆38Updated 7 years ago