saligrama / concache
A linked-list based, lock-free concurrent hashmap in Rust.
☆164Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for concache
- Lockfree resizeable concurrent hash table.☆53Updated 2 years ago
- ☆129Updated 5 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆175Updated 7 months ago
- Async stream for Rust and the futures crate.☆176Updated 2 weeks ago
- A benchmarking harness for concurrent key-value collections☆116Updated last year
- a lock-free concurrent slab (experimental)☆273Updated 3 months ago
- A HashMap variant that spreads resize load across inserts☆190Updated last week
- skiplist☆140Updated 2 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆104Updated last year
- Pillars for Transactional Systems and Data Grids☆130Updated 7 months ago
- An experimental asynchronous runtime based on `io-uring`.☆76Updated 3 years ago
- Simple probabilistic data structures☆141Updated 8 months ago
- A sentinel-based, heapless, `Vec`-like type.☆68Updated 4 years ago
- This is a Rust implementation for popular caches (support no_std).☆104Updated 6 months ago
- Small examples to explain Futures, Waker, Tasks in Rust☆62Updated 3 years ago
- Generic Atomic<T> type for Rust☆218Updated 9 months ago
- A thread pool for isolating blocking I/O in async programs☆342Updated last month
- Manual segmented stacks for Rust☆291Updated last week
- simple CASPaxos implementation written in rust on top of a simulator for finding bugs quickly☆140Updated 4 years ago
- Fast generic radix trie implemented in Rust☆188Updated last year
- Performant time measuring in Rust☆171Updated 8 months ago
- A stack for rust trait objects that minimizes allocations☆126Updated 2 years ago
- Efficient transactional memory in rust.☆209Updated 3 years ago
- Type-safe transmutations between layout-compatible types.☆120Updated 4 years ago
- Run closures in parallel☆109Updated last month
- A concurrent hash table for Rust☆61Updated 4 years ago
- A graphical debugger for Rust MIR☆183Updated 2 years ago
- Skiplist implementation in rust☆92Updated last year
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- Framework for simulating distributed applications☆96Updated 4 years ago