sebastiencs / shared-arenaLinks
A thread-safe & efficient memory pool
☆172Updated 2 years ago
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, partially wait-free, eventually consistent, concurrent hashmap.☆256Updated this week
- Object Pool LockFree in Rust☆49Updated 4 months ago
- A fast and flexible LRU map.☆200Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- a lock-free concurrent slab (experimental)☆305Updated 3 weeks ago
- Generic Atomic<T> type for Rust☆246Updated 4 months ago
- rust bindings of snmalloc☆149Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆140Updated 8 months ago
- Rust crate for managing CPU core affinities☆214Updated 11 months ago
- Async stream for Rust and the futures crate.☆193Updated this week
- This is a Rust implementation for popular caches (support no_std).☆113Updated last year
- skiplist☆144Updated 4 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆279Updated 2 weeks ago
- A benchmarking harness for concurrent key-value collections☆119Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆153Updated 3 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆319Updated 6 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆177Updated 5 months ago
- Define your own PhantomData☆158Updated last month
- 🐏 rpmalloc global memory allocator for Rust 🦀☆156Updated 11 months ago
- A minimalistic async/await executor for Rust☆233Updated last year
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆82Updated 7 months ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆158Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆87Updated 2 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Time and duration crate optimized for speed and API stability.☆76Updated last month
- Library safely exposing the io_uring API.☆78Updated last week
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated 3 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year