a lock-free concurrent slab (experimental)
☆306Jan 20, 2026Updated last month
Alternatives and similar repositories for sharded-slab
Users that are interested in sharded-slab are comparing it to the libraries listed below
Sorting:
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- A crate for safe and ergonomic pin-projection.☆704Feb 27, 2026Updated last week
- in-place allocation-reusing queues for Rust☆394Jun 6, 2024Updated last year
- SIMD-optimized B+ Tree implementation that uses integer keys☆93Jul 13, 2025Updated 7 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆940Feb 20, 2025Updated last year
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,127Feb 26, 2026Updated last week
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated 2 weeks ago
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- Notify async tasks or threads☆505Feb 7, 2026Updated 3 weeks ago
- Async multi-producer multi-consumer channel☆935Jul 6, 2025Updated 8 months ago
- Extremely fast tracing library for Rust☆752Jul 23, 2024Updated last year
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- Thread parking and unparking☆81Jan 19, 2025Updated last year
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated 2 weeks ago
- Concurrently Readable Data Structures for Rust☆363Feb 10, 2026Updated 3 weeks ago
- A benchmarking harness for concurrent key-value collections☆119Feb 5, 2023Updated 3 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆224Feb 25, 2026Updated last week
- Lock-free SPSC FIFO ring buffer with direct access to inner data☆541Dec 25, 2025Updated 2 months ago
- A vector with a fixed capacity. (Rust)☆852Oct 19, 2024Updated last year
- Concurrent multi-producer multi-consumer queue☆301Dec 2, 2025Updated 3 months ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 3 months ago
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 3 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,065May 24, 2025Updated 9 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,624Feb 16, 2026Updated 2 weeks ago
- Efficient, lock-free, bounded Rust broadcast channel☆837Sep 9, 2023Updated 2 years ago
- A low-level I/O ownership and borrowing library☆106Aug 6, 2025Updated 7 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,286Feb 21, 2026Updated 2 weeks ago
- A safe and fast multi-producer, multi-consumer channel.☆2,896Dec 22, 2025Updated 2 months ago
- Like Rust's std::Path, but UTF-8.☆548Dec 15, 2025Updated 2 months ago
- Fast floating point to string conversion☆692Feb 16, 2026Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated last month
- Fast, efficient, and robust memory reclamation for Rust.☆467Sep 13, 2025Updated 5 months ago
- Asynchronous streams for Rust using async & await notation☆740Dec 8, 2024Updated last year
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,875Updated this week
- Compile time static maps for Rust☆2,107Updated this week
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Feb 10, 2022Updated 4 years ago