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
- A fast and flexible LRU map.☆200Updated last year
- a lock-free concurrent slab (experimental)☆305Updated 3 weeks ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Generic Atomic<T> type for Rust☆246Updated 4 months ago
- skiplist☆144Updated 4 years ago
- rust bindings of snmalloc☆149Updated last week
- A simple bitset container for Rust☆161Updated 7 months ago
- Async stream for Rust and the futures crate.☆193Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆279Updated 3 weeks ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆140Updated 8 months ago
- offsetof for Rust☆228Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆156Updated 11 months ago
- Small, fast, synchronization primitives☆254Updated last year
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated 3 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
- This is a Rust implementation for popular caches (support no_std).☆113Updated last year
- Object Pool LockFree in Rust☆49Updated 4 months ago
- A minimalistic async/await executor for Rust☆233Updated last year
- An on-disk hash table implementation☆126Updated 4 years ago
- An updated version of linked-hash-map and friends☆141Updated 3 months ago
- Define your own PhantomData☆158Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆319Updated 6 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Concurrent multi-producer multi-consumer queue☆299Updated 2 months ago
- A thread pool for isolating blocking I/O in async programs☆375Updated 5 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Updated 2 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆153Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 6 months ago