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 5 months ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- Fast, efficient, and robust memory reclamation for Rust.☆455Updated 2 months ago
- A thread-safe & efficient memory pool☆171Updated 2 years ago
- Reflection via DWARF.☆298Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆150Updated last year
- Small, fast, synchronization primitives☆253Updated last year
- ☆205Updated last year
- Concurrently Readable Data Structures for Rust☆362Updated 4 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated 3 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated 3 weeks ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆309Updated 4 months ago
- Concurrent multi-producer multi-consumer queue☆296Updated 3 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 5 months ago
- Easy function multiversioning for Rust☆249Updated 11 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- A thread pool for isolating blocking I/O in async programs☆369Updated 3 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆148Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- Müsli is a flexible and efficient serialization framework☆418Updated 3 weeks ago
- Per-object thread-local storage for Rust☆360Updated 2 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆425Updated last year
- ☆204Updated 8 months ago
- Task abstraction for building executors☆526Updated last month
- An atomically updatable Arc for lock-free concurrency.☆185Updated 2 weeks ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆304Updated last week
- Lightweight and high performance concurrent cache☆290Updated last month