hawkw / sharded-slabLinks
a lock-free concurrent slab (experimental)
☆303Updated last year
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☆363Updated 6 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆464Updated 3 months ago
- Reflection via DWARF.☆298Updated 2 years ago
- A fast and flexible LRU map.☆198Updated last year
- in-place allocation-reusing queues for Rust☆392Updated last year
- A thread pool for isolating blocking I/O in async programs☆373Updated 4 months ago
- Concurrent multi-producer multi-consumer queue☆298Updated last month
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Statically-checked alternatives to RefCell and RwLock☆385Updated 3 months ago
- Generic Atomic<T> type for Rust☆246Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Intrusive collections for Rust☆477Updated last week
- rust stackful generator library☆358Updated 3 weeks ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆305Updated last month
- Performant time measuring in Rust☆201Updated last year
- Library safely exposing the io_uring API.☆71Updated last week
- The cost of Rust async/await☆132Updated 3 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆215Updated this week
- Per-object thread-local storage for Rust☆363Updated 3 months ago
- Rust crate for managing CPU core affinities☆212Updated 10 months ago
- ☆205Updated last year
- Small, fast, synchronization primitives☆254Updated last year
- ☆208Updated 10 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆317Updated 5 months ago
- Experiments with structured concurrency in Rust☆404Updated last year
- Easy function multiversioning for Rust☆251Updated last year
- Hazard pointers in Rust.☆214Updated last month
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago