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 concurrent slab (experimental)☆302Updated last year
- Generic Atomic<T> type for Rust☆246Updated 3 months ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Super-fast float parser in Rust (now part of Rust core)☆286Updated 3 years ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- rust bindings of snmalloc☆146Updated 3 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 6 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- 🐏 rpmalloc global memory allocator for Rust 🦀☆152Updated 9 months ago
- skiplist☆144Updated 4 years ago
- Async stream for Rust and the futures crate.☆192Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆271Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆315Updated 5 months ago
- A simple bitset container for Rust☆158Updated 6 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- An updated version of linked-hash-map and friends☆139Updated 2 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆185Updated last month
- offsetof for Rust☆229Updated last year
- Time and duration crate optimized for speed and API stability.☆75Updated last month
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- A minimalistic async/await executor for Rust☆234Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆174Updated 4 months ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated 10 months ago
- A thread pool for isolating blocking I/O in async programs☆372Updated 4 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆153Updated last month
- Object Pool LockFree in Rust☆49Updated 3 months ago
- Fast functions for printing floating-point primitives to a decimal string☆133Updated this week
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆148Updated 3 years ago
- A HashMap variant that spreads resize load across inserts☆196Updated 11 months ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago