Cassy343 / flashmapLinks
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
☆255Updated 3 years ago
Alternatives and similar repositories for flashmap
Users that are interested in flashmap are comparing it to the libraries listed below
Sorting:
- a lock-free concurrent slab (experimental)☆294Updated 8 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆245Updated 2 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- A fast and flexible LRU map.☆192Updated 8 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆432Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆252Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆130Updated 3 months ago
- Concurrently Readable Data Structures for Rust☆360Updated 2 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆303Updated last month
- A thread-safe & efficient memory pool☆169Updated last year
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- ☆200Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated this week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆192Updated last week
- Per-object thread-local storage for Rust☆351Updated 3 weeks ago
- Easy function multiversioning for Rust☆236Updated 9 months ago
- Small, fast, synchronization primitives☆249Updated 11 months ago
- rust bindings of snmalloc☆140Updated last week
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆171Updated 3 weeks ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last year
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆134Updated 11 months ago
- A thread pool for isolating blocking I/O in async programs☆361Updated last week
- Lightweight and high performance concurrent cache☆262Updated last month
- Experiments with structured concurrency in Rust☆385Updated last year
- Concurrent multi-producer multi-consumer queue☆289Updated last month
- Async synchronization primitives☆270Updated 2 weeks ago
- in-place allocation-reusing queues for Rust☆380Updated last year
- Task abstraction for building executors☆480Updated 7 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated 10 months ago