sebastiencs / shared-arenaLinks
A thread-safe & efficient memory pool
☆171Updated 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, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- rust bindings of snmalloc☆146Updated 3 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 6 months ago
- Object Pool LockFree in Rust☆49Updated 2 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- An updated version of linked-hash-map and friends☆137Updated last month
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆148Updated 2 years ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated last month
- This is a Rust implementation for popular caches (support no_std).☆113Updated 10 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆182Updated 3 weeks ago
- Async stream for Rust and the futures crate.☆189Updated this week
- Thread-safe object pool with automatic return and attach/detach semantics☆81Updated 5 months ago
- A linked-list based, lock-free concurrent hashmap in Rust.☆164Updated 5 years ago
- skiplist☆144Updated 4 years ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆151Updated 8 months ago
- Generic Atomic<T> type for Rust☆245Updated 2 months ago
- Copy-on-write string utilities for Rust☆158Updated last year
- A minimalistic async/await executor for Rust☆234Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆267Updated last month
- Define your own PhantomData☆158Updated 3 weeks ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆311Updated 4 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 5 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆173Updated 3 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆150Updated last year
- Super-fast float parser in Rust (now part of Rust core)☆284Updated 3 years ago