japaric / tlsfLinks
An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint
☆13Updated last year
Alternatives and similar repositories for tlsf
Users that are interested in tlsf are comparing it to the libraries listed below
Sorting:
- Scalable and lock-free memory reclamation system☆35Updated this week
- Fast byte array to hex string conversion☆55Updated 2 weeks ago
- Somewhat hacky workaround for the lack of stream generators☆17Updated last month
- Library facilitating safe pinned initialization☆60Updated 2 weeks ago
- Parse JSON file at compile time and embed as serde_json::Value☆30Updated last week
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- Experimenting with Rust's fundamental data model☆54Updated 2 months ago
- Eager evaluation of macros like `concat!` and `env!`☆41Updated last week
- Bechmarks for Rust big integer implementations☆63Updated last year
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- A fast and flexible LRU map.☆192Updated 8 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Cross-platform implementation of cross-process named locks☆37Updated last year
- Hardware-based tick counters for high-precision benchmarks in Rust☆28Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆84Updated last year
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆115Updated last month
- This is a project to learn how to implement instruction dispatch in Rust.☆25Updated last year
- Memory validation framework for Rust☆70Updated 7 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- Lending iterators on stable Rust☆83Updated last year
- Human-friendly indexed collections☆55Updated last week
- A lightweight, recoverable sandbox for executing untrusted RISC-V code in constrained environments☆53Updated this week
- (lifetime) GATs on stable Rust☆59Updated last year
- A simple, single-future, non-blocking executor intended for building state machines. Designed to be no-std and embedded friendly.☆86Updated last year
- Tracing layer to quickly inspect spans and events☆38Updated 2 years ago
- Generate markdown comparison tables from `cargo-criterion` JSON output☆33Updated 3 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 11 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆163Updated last month
- Stack unwinding library in Rust☆95Updated last month