jkelleyrtp / bumpslabLinks
A slab allocator with stable references
☆15Updated 2 years ago
Alternatives and similar repositories for bumpslab
Users that are interested in bumpslab are comparing it to the libraries listed below
Sorting:
- A low-level I/O ownership and borrowing library☆105Updated 3 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- An async virtual filesystem interface in Rust☆37Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- An async version of iterator☆40Updated last year
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Trying to create Sync bump allocator☆40Updated 4 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆43Updated last week
- Lending iterators on stable Rust☆83Updated last year
- SIMD-optimized B+ Tree implementation that uses integer keys☆69Updated 3 months ago
- Unbuffered and unlocked I/O streams