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:
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 4 months ago
- A fast and flexible LRU map.☆198Updated 10 months ago
- Reflection via DWARF.☆298Updated 2 years ago
- a lock-free concurrent slab (experimental)☆301Updated 10 months ago
- A thread-safe & efficient memory pool☆170Updated 2 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆136Updated 5 months ago
- ☆204Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆143Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆262Updated last week
- Fast, efficient, and robust memory reclamation for Rust.☆455Updated 2 months ago
- Per-object thread-local storage for Rust☆358Updated last month
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆145Updated 2 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆308Updated 3 months ago
- Small, fast, synchronization primitives☆252Updated last year
- Easy function multiversioning for Rust☆248Updated 11 months ago
- Concurrently Readable Data Structures for Rust☆362Updated 4 months ago
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆424Updated last year
- RcLite: small, fast, and memory-friendly reference counting for Rust☆194Updated last week
- A wrapper around Rust futures that stores the future in space provided by the caller.☆303Updated last week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆205Updated 2 weeks ago
- Concurrent multi-producer multi-consumer queue☆293Updated 3 months ago
- Async synchronization primitives☆275Updated 2 months ago
- Task abstraction for building executors☆517Updated last month
- A thread pool for isolating blocking I/O in async programs☆369Updated 2 months ago
- Async broadcast channels☆187Updated 2 months ago
- A fast and safe implementation of stackful coroutines in Rust☆258Updated 3 weeks ago
- Library safely exposing the io_uring API.☆69Updated this week
- Define your own PhantomData☆158Updated this week
- An on-disk hash table implementation☆125Updated 4 years ago