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.☆255Updated 3 years ago
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- Async stream for Rust and the futures crate.☆188Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated this week
- Generic Atomic<T> type for Rust☆241Updated 3 weeks ago
- rust bindings of snmalloc☆142Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆133Updated 4 months ago
- skiplist☆142Updated 3 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆307Updated 2 months ago
- An updated version of linked-hash-map and friends☆129Updated 5 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated last month
- Time and duration crate optimized for speed and API stability.☆74Updated last month
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆156Updated 2 years ago
- Copy-on-write string utilities for Rust☆158Updated last year
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆138Updated last year
- 🌵 Cycle-Aware Reference Counting in Rust☆151Updated this week
- A minimalistic async/await executor for Rust☆234Updated last year
- A fast and flexible LRU map.☆193Updated 9 months ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Concurrent multi-producer multi-consumer queue☆292Updated 2 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- Small, fast, synchronization primitives☆251Updated last year
- A simple bitset container for Rust☆150Updated 3 months ago
- This is a Rust implementation for popular caches (support no_std).☆112Updated 8 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year