sebastiencs / shared-arenaLinks
A thread-safe & efficient memory pool
☆169Updated last year
Alternatives and similar repositories for shared-arena
Users that are interested in shared-arena are comparing it to the libraries listed below
Sorting:
- a lock-free concurrent slab (experimental)☆292Updated 8 months ago
- A fast and flexible LRU map.☆192Updated 7 months ago
- rust bindings of snmalloc☆139Updated 4 months ago
- A stack for rust trait objects that minimizes allocations☆128Updated 3 years ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Generic Atomic<T> type for Rust☆237Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆251Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- Async stream for Rust and the futures crate.☆186Updated this week
- Time and duration crate optimized for speed and API stability.☆74Updated 3 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 11 months ago
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- An updated version of linked-hash-map and friends☆122Updated 4 months ago
- Copy-on-write string utilities for Rust☆159Updated last year
- Concurrent multi-producer multi-consumer queue☆286Updated 3 weeks ago
- skiplist☆142Updated 3 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Object Pool LockFree in Rust☆47Updated 2 months ago
- An on-disk hash table implementation☆124Updated 3 years ago
- A simple bitset container for Rust☆148Updated 2 months ago
- A thread pool for isolating blocking I/O in async programs☆362Updated 2 weeks ago
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- This is a Rust implementation for popular caches (support no_std).☆112Updated 6 months ago
- Better reference counted strings for Rust☆134Updated last year
- Small, fast, synchronization primitives☆249Updated 11 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- Easy function multiversioning for Rust☆234Updated 8 months ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆153Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆185Updated 5 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year