japaric / tlsfLinks
An implementation of the Two-Level Segregated Fit (TLSF) allocator with optimized memory footprint
☆13Updated 2 years ago
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☆37Updated last month
- Finding ownership bugs at scale.☆32Updated this week
- Fast byte array to hex string conversion☆63Updated 3 months ago
- Library facilitating safe pinned initialization☆77Updated 2 weeks ago
- Experimenting with Rust's fundamental data model☆58Updated 4 months ago
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- An object system for Rust based on relative pointers☆38Updated 3 years ago
- Trying to create Sync bump allocator☆42Updated 7 months ago
- Memory validation framework for Rust☆75Updated 4 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- Waveform generator library written in Rust☆39Updated 2 years ago
- Rust io_uring examples☆100Updated last month
- Parse JSON file at compile time and embed as serde_json::Value☆34Updated last month
- Generate markdown comparison tables from `cargo-criterion` JSON output☆36Updated 3 years ago
- A simple allocator written in Rust that manages memory in fixed-size chunks.☆12Updated last year
- Eager evaluation of macros like `concat!` and `env!`☆41Updated last month
- GitHub Action to create a release PR using cargo-release — soft deprecated: try release-plz instead!☆47Updated 3 weeks ago
- Sparse Merkle tree for a key-value map.☆24Updated 3 years ago
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- Ergonomic and composable async stream generation without macros☆26Updated last month
- Cross-platform implementation of cross-process named locks☆38Updated last year
- Fallible is an Option with inverted Try-semantics.☆25Updated 3 years ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆118Updated last month
- A lightweight, recoverable sandbox for executing untrusted RISC-V code in constrained environments☆55Updated last month
- A low-level MVCC file format for storing blobs.☆64Updated last year
- SIMD-optimized B+ Tree implementation that uses integer keys☆93Updated 6 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆77Updated 2 years ago
- Bechmarks for Rust big integer implementations☆64Updated last year
- A poptrie implementation☆20Updated 3 weeks ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year