sebastiencs / shared-arenaLinks
A thread-safe & efficient memory pool
☆170Updated 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 concurrent slab (experimental)☆299Updated 10 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- rust bindings of snmalloc☆142Updated last month
- A fast and flexible LRU map.☆198Updated 9 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆261Updated 3 weeks ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated 8 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆135Updated 4 months ago
- Object Pool LockFree in Rust☆47Updated last month
- Async stream for Rust and the futures crate.☆188Updated 2 weeks ago
- Generic Atomic<T> type for Rust☆242Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆307Updated 3 months ago
- An updated version of linked-hash-map and friends☆129Updated 2 weeks ago
- skiplist☆142Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Easy function multiversioning for Rust☆240Updated 10 months ago
- Time and duration crate optimized for speed and API stability.☆74Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated 2 months ago
- A minimalistic async/await executor for Rust☆234Updated last year
- Rust crate for managing CPU core affinities☆208Updated 7 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆145Updated 2 years ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 4 months ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆151Updated 7 months ago
- ☆202Updated last year
- An on-disk hash table implementation☆125Updated 4 years ago
- Better reference counted strings for Rust☆137Updated last year
- Thread-safe object pool with automatic return and attach/detach semantics☆79Updated 3 months ago
- Small, fast, synchronization primitives☆252Updated last year
- Copy-on-write string utilities for Rust☆158Updated last year