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, partially wait-free, eventually consistent, concurrent hashmap.☆254Updated 2 years ago
- a lock-free concurrent slab (experimental)☆291Updated 6 months ago
- rust bindings of snmalloc☆136Updated 3 months ago
- A fast and flexible LRU map.☆189Updated 6 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆246Updated last month
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- Generic Atomic<T> type for Rust☆235Updated 3 weeks ago
- Async stream for Rust and the futures crate.☆184Updated last month
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆237Updated 3 weeks ago
- This is a Rust implementation for popular caches (support no_std).☆111Updated 5 months ago
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆166Updated 3 months ago
- An on-disk hash table implementation☆124Updated 3 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆152Updated 2 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆150Updated this week
- 🐏 rpmalloc global memory allocator for Rust 🦀☆148Updated 4 months ago
- offsetof for Rust☆229Updated last year
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated this week
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆295Updated 2 weeks ago
- Object Pool LockFree in Rust☆47Updated 2 weeks ago
- Concurrent multi-producer multi-consumer queue☆283Updated last month
- skiplist☆142Updated 3 years ago
- Copy-on-write string utilities for Rust☆158Updated last year
- Rust crate for managing CPU core affinities☆192Updated 4 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated last year
- Easy function multiversioning for Rust☆231Updated 7 months ago
- Small, fast, synchronization primitives☆245Updated 10 months ago