Cassy343 / flashmapLinks
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
☆254Updated 2 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…☆237Updated 2 weeks ago
- a lock-free concurrent slab (experimental)☆291Updated 6 months ago
- A fast and flexible LRU map.☆189Updated 6 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- ☆197Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- Concurrently Readable Data Structures for Rust☆359Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆244Updated 3 weeks ago
- Fast, efficient, and robust memory reclamation for Rust.☆427Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆166Updated 3 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆186Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆190Updated this week
- A concurrent, append-only vector.☆184Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated 3 weeks ago
- Structured concurrency operations for async Rust☆459Updated 5 months ago
- Experiments with structured concurrency in Rust☆372Updated 11 months ago
- Small, fast, synchronization primitives☆246Updated 9 months ago
- Easy function multiversioning for Rust☆228Updated 7 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆140Updated 2 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 7 months ago
- A thread-safe & efficient memory pool☆169Updated last year
- Lightweight and high performance concurrent cache☆247Updated 2 weeks ago
- An ε-copy serialization/deserialization framework for Rust☆149Updated last week
- A pure Rust database implementation using an append-only B-Tree file format.☆271Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- A wrapper around Rust futures that stores the future in space provided by the caller.☆301Updated last year
- Per-object thread-local storage for Rust☆345Updated 3 weeks ago
- A fast and safe implementation of stackful coroutines in Rust☆240Updated last month