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…☆259Updated 6 months ago
- Reflection via DWARF.☆298Updated 2 years ago
- A fast and flexible LRU map.☆198Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- a lock-free concurrent slab (experimental)☆303Updated last year
- Fast, efficient, and robust memory reclamation for Rust.☆464Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- A thread-safe & efficient memory pool☆172Updated 2 years ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated 2 weeks ago
- Easy function multiversioning for Rust☆251Updated last year
- ☆205Updated last year
- Statically-checked alternatives to RefCell and RwLock☆385Updated 3 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆150Updated 3 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- Small, fast, synchronization primitives☆254Updated last year
- Concurrently Readable Data Structures for Rust☆363Updated 6 months ago
- rust bindings of snmalloc☆147Updated 4 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆215Updated this week
- Concurrent multi-producer multi-consumer queue☆298Updated last month
- An atomically updatable Arc for lock-free concurrency.☆188Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆317Updated 5 months ago
- ☆208Updated 10 months ago
- Async broadcast channels☆189Updated 4 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆174Updated 4 months ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Per-object thread-local storage for Rust☆363Updated 3 months ago
- Library safely exposing the io_uring API.☆71Updated last week
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year
- A thread pool for isolating blocking I/O in async programs☆373Updated 4 months ago