saligrama / concache
A linked-list based, lock-free concurrent hashmap in Rust.
☆163Updated 5 years ago
Alternatives and similar repositories for concache:
Users that are interested in concache are comparing it to the libraries listed below
- skiplist☆141Updated 3 years ago
- ☆129Updated 5 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆178Updated 11 months ago
- A HashMap variant that spreads resize load across inserts☆191Updated last month
- Efficient transactional memory in rust.☆211Updated 3 years ago
- Async stream for Rust and the futures crate.☆183Updated this week
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 4 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- A benchmarking harness for concurrent key-value collections☆117Updated 2 years ago
- Skiplist implementation in rust☆94Updated last week
- Fast generic radix trie implemented in Rust☆194Updated 2 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated last year
- a lock-free concurrent slab (experimental)☆280Updated 2 months ago
- simple CASPaxos implementation written in rust on top of a simulator for finding bugs quickly☆140Updated 4 years ago
- Task abstraction for building executors☆213Updated 2 years ago
- Epoch-based garbage collection☆81Updated 6 years ago
- rust bindings of snmalloc☆127Updated last month
- Heap-based async timers☆211Updated 8 months ago
- A thread-safe & efficient memory pool☆167Updated last year
- A thread pool for isolating blocking I/O in async programs☆351Updated last month
- A small async runtime for Rust☆58Updated 10 months ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- Utilities for pinning☆97Updated 11 months ago
- Generic Atomic<T> type for Rust☆230Updated last year
- A minimalistic async/await executor for Rust☆231Updated 11 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆152Updated 10 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- Rust interface to io_uring☆330Updated 9 months ago