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)☆296Updated 8 months ago
- A fast and flexible LRU map.☆192Updated 8 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
- Generic Atomic<T> type for Rust☆238Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆253Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 3 months ago
- rust bindings of snmalloc☆140Updated 2 weeks ago
- Async stream for Rust and the futures crate.☆187Updated last week
- An updated version of linked-hash-map and friends☆122Updated 5 months ago
- skiplist☆142Updated 3 years ago
- Better reference counted strings for Rust☆136Updated last year
- Small, fast, synchronization primitives☆250Updated last year
- 🌵 Cycle-Aware Reference Counting in Rust☆151Updated this week
- A minimalistic async/await executor for Rust☆234Updated last year
- Fast, FFI-friendly string interning for Rust☆171Updated 11 months ago
- Object Pool LockFree in Rust☆47Updated 2 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆151Updated 6 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- Define your own PhantomData☆156Updated last week
- A thread pool for isolating blocking I/O in async programs☆361Updated 2 weeks ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆171Updated last month
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆65Updated last year
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆246Updated 2 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Concurrently Readable Data Structures for Rust☆361Updated 2 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago