sebastiencs / shared-arena
A thread-safe & efficient memory pool
☆167Updated last year
Alternatives and similar repositories for shared-arena:
Users that are interested in shared-arena are comparing it to the libraries listed below
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆243Updated 2 years ago
- a lock-free concurrent slab (experimental)☆278Updated last month
- rust bindings of snmalloc☆126Updated 2 weeks ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆220Updated last month
- A fast and flexible LRU map.☆175Updated last month
- Generic Atomic<T> type for Rust☆226Updated last year
- 🌵 Cycle-Aware Reference Counting in Rust☆146Updated this week
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆143Updated 2 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆284Updated 6 months ago
- This is a Rust implementation for popular caches (support no_std).☆108Updated 2 weeks ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆138Updated 10 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆225Updated 3 weeks ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- Easy function multiversioning for Rust☆211Updated 2 months ago
- Better reference counted strings for Rust☆118Updated 7 months ago
- Performant time measuring in Rust☆184Updated 11 months ago
- An updated version of linked-hash-map and friends☆109Updated 2 months ago
- Time and duration crate optimized for speed and API stability.☆67Updated last month
- An on-disk hash table implementation☆113Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆131Updated 2 months ago
- Rust crate for managing CPU core affinities☆183Updated 7 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 10 months ago
- A thread pool for isolating blocking I/O in async programs☆350Updated last month
- Concurrent multi-producer multi-consumer queue☆275Updated last month
- Concurrently Readable Data Structures for Rust☆349Updated this week
- ☆190Updated last year
- Define your own PhantomData☆151Updated this week
- Async synchronization primitives☆261Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆160Updated 3 weeks ago