saligrama / concacheLinks
A linked-list based, lock-free concurrent hashmap in Rust.
☆164Updated 5 years ago
Alternatives and similar repositories for concache
Users that are interested in concache are comparing it to the libraries listed below
Sorting:
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- skiplist☆142Updated 3 years ago
- Epoch-based garbage collection☆81Updated 6 years ago
- ☆129Updated 5 years ago
- Async stream for Rust and the futures crate.☆183Updated 2 weeks ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated last year
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- Rust FFI wrapper for CRoaring☆158Updated 2 weeks ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Fast generic radix trie implemented in Rust☆200Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- Efficient transactional memory in rust.☆210Updated 3 years ago
- Skiplist implementation in rust☆96Updated this week
- Heap-based async timers☆214Updated last year
- A concurrent hash table for Rust☆61Updated 5 years ago
- Simple probabilistic data structures☆146Updated last week
- Task abstraction for building executors☆212Updated 3 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- a lock-free concurrent slab (experimental)☆287Updated 6 months ago
- Generic Atomic<T> type for Rust☆235Updated this week
- Framework for simulating distributed applications☆102Updated 5 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- Stackful coroutine library for Rust that "just works"☆53Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- Pillars for Transactional Systems and Data Grids☆132Updated last year
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆84Updated this week