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 fast and flexible LRU map.☆184Updated 5 months ago
- a lock-free concurrent slab (experimental)☆284Updated 5 months ago
- rust bindings of snmalloc☆131Updated last month
- Generic Atomic<T> type for Rust☆235Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- This is a Rust implementation for popular caches (support no_std).☆109Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- Concurrent multi-producer multi-consumer queue☆283Updated 2 weeks ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆146Updated 2 months ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆243Updated 2 years ago
- A thread pool for isolating blocking I/O in async programs☆356Updated 4 months ago
- Run closures in parallel☆113Updated 4 months ago
- Time and duration crate optimized for speed and API stability.☆70Updated last week
- An on-disk hash table implementation☆120Updated 3 years ago
- Define your own PhantomData☆152Updated 2 weeks ago
- A simple bitset container for Rust☆142Updated last month
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 8 months ago
- Async stream for Rust and the futures crate.☆183Updated 3 weeks ago
- Performant time measuring in Rust☆192Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 11 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆292Updated 9 months ago
- Copy-on-write string utilities for Rust☆157Updated last year
- A scope for async_std and tokio to spawn non-static futures☆134Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Easy function multiversioning for Rust☆224Updated 5 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- generators☆208Updated last year
- Make trait methods callable without the trait in scope☆146Updated last week