Cassy343 / flashmap
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
☆243Updated 2 years ago
Alternatives and similar repositories for flashmap:
Users that are interested in flashmap are comparing it to the libraries listed below
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆220Updated last month
- A thread-safe & efficient memory pool☆167Updated last year
- a lock-free concurrent slab (experimental)☆278Updated last month
- A fast and flexible LRU map.☆175Updated last month
- Fast, efficient, and robust memory reclamation for Rust.☆404Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆225Updated 3 weeks ago
- Reflection via DWARF.☆296Updated last year
- Easy function multiversioning for Rust☆211Updated 2 months ago
- Async synchronization primitives☆261Updated last month
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆180Updated 4 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 8 months ago
- ☆190Updated last year
- A wrapper around Rust futures that stores the future in space provided by the caller.☆296Updated last year
- in-place allocation-reusing queues for Rust☆359Updated 8 months ago
- An ε-copy serialization/deserialization framework for Rust☆137Updated this week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆178Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆120Updated 8 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆284Updated 6 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆135Updated 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…☆416Updated 9 months ago
- A concurrent, append-only vector.☆149Updated this week
- Experiments with structured concurrency in Rust☆347Updated 6 months ago
- Hazard pointers in Rust.☆200Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆160Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆346Updated this week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated 2 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆131Updated 2 months ago
- Task abstraction for building executors☆450Updated 3 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆173Updated last week
- Define your own PhantomData☆151Updated this week