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…☆261Updated 7 months ago
- A fast and flexible LRU map.☆199Updated last year
- a lock-free concurrent slab (experimental)☆304Updated last week
- Reflection via DWARF.☆298Updated 2 years ago
- Fast, efficient, and robust memory reclamation for Rust.☆468Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆152Updated 3 years ago
- A thread-safe & efficient memory pool☆172Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆176Updated 5 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- Statically-checked alternatives to RefCell and RwLock☆386Updated 4 months ago
- ☆205Updated last year
- Concurrent multi-producer multi-consumer queue☆299Updated last month
- Per-object thread-local storage for Rust☆365Updated 4 months ago
- Concurrently Readable Data Structures for Rust☆363Updated this week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated last week
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆318Updated 6 months ago
- Small, fast, synchronization primitives☆254Updated last year
- rust bindings of snmalloc☆149Updated this week
- A wrapper around Rust futures that stores the future in space provided by the caller.☆306Updated 2 months ago
- A concurrent, append-only vector.☆208Updated 5 months ago
- An ε-copy serialization/deserialization framework for Rust☆169Updated last week
- An atomically updatable Arc for lock-free concurrency.☆189Updated 2 months ago
- Easy function multiversioning for Rust☆252Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated last week
- Async synchronization primitives☆280Updated last month
- Immutable strings, in Rust.☆247Updated 2 years ago
- Define your own PhantomData☆158Updated last month
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated last month