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
- Library facilitating safe pinned initialization☆61Updated this week
- Somewhat hacky workaround for the lack of stream generators☆17Updated last month
- Experimenting with Rust's fundamental data model☆54Updated last week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- Combinator methods for `std::AsyncIterator` using all the new `async` superpowers☆10Updated last year
- Trying to create Sync bump allocator☆40Updated 3 months ago
- Parse JSON file at compile time and embed as serde_json::Value☆32Updated last month
- Eager evaluation of macros like `concat!` and `env!`☆40Updated last month
- (lifetime) GATs on stable Rust☆59Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- Bechmarks for Rust big integer implementations☆63Updated 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☆39Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- An object system for Rust based on relative pointers☆38Updated 2 years ago
- Callgrind-based benchmark harness written in Rust☆29Updated 2 years ago
- Tiny little crate to determine how large an unnameable type is.☆12Updated 6 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- SIMD-optimized B+ Tree implementation that uses integer keys☆69Updated 3 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆85Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 3 months ago
- A fast and flexible LRU map.☆193Updated 9 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆114Updated last month
- GitHub Action to create a release PR using cargo-release — soft deprecated: try release-plz instead!☆46Updated this week
- Memory validation framework for Rust☆70Updated 2 weeks ago
- Some internal rustc tools made accessible☆47Updated this week
- Cross-platform implementation of cross-process named locks☆38Updated last year
- Backtrace support for Rust `no_std` and embedded programs.☆48Updated 2 years ago
- Fast byte array to hex string conversion☆55Updated this week