hawkw / sharded-slabLinks
a lock-free concurrent slab (experimental)
☆297Updated 9 months ago
Alternatives and similar repositories for sharded-slab
Users that are interested in sharded-slab are comparing it to the libraries listed below
Sorting:
- Concurrently Readable Data Structures for Rust☆361Updated 3 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆451Updated last month
- in-place allocation-reusing queues for Rust☆383Updated last year
- A thread pool for isolating blocking I/O in async programs☆367Updated last month
- Reflection via DWARF.☆297Updated 2 years ago
- Concurrent multi-producer multi-consumer queue☆293Updated 2 months ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Small, fast, synchronization primitives☆251Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆258Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆380Updated last month
- A fast and flexible LRU map.☆193Updated 9 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆141Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆204Updated 3 weeks ago
- Generic Atomic<T> type for Rust☆241Updated last month
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last year
- Hazard pointers in Rust.☆208Updated 4 months ago
- Intrusive collections for Rust☆470Updated last year
- ☆202Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆135Updated 4 months ago
- Per-object thread-local storage for Rust☆355Updated 3 weeks ago
- Rust crate for managing CPU core affinities☆207Updated 7 months ago
- Experiments with structured concurrency in Rust☆390Updated last year
- Performant time measuring in Rust☆195Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Task abstraction for building executors☆505Updated 2 weeks ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- ☆198Updated 7 months ago
- Proactive IO & Runtime system☆275Updated last year
- Async stream for Rust and the futures crate.☆188Updated last week
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago