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☆118Updated 2 years ago
- skiplist☆142Updated 3 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 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
- ☆129Updated 5 years ago
- a lock-free concurrent slab (experimental)☆284Updated 5 months 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
- Async stream for Rust and the futures crate.☆183Updated last month
- Rust FFI wrapper for CRoaring☆158Updated this week
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Heap-based async timers☆213Updated 11 months ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- A concurrent hash table for Rust☆61Updated 5 years ago
- Utilities for pinning☆97Updated last year
- Manual segmented stacks for Rust☆307Updated last month
- A small async runtime for Rust☆59Updated last year
- A data structure to efficiently intern, cache and restore strings.☆195Updated 2 months ago
- Rust interface to io_uring☆333Updated last year
- Async networking primitives for TCP/UDP/Unix communication☆131Updated 4 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- Simple probabilistic data structures☆146Updated this week
- A thread pool for isolating blocking I/O in async programs☆356Updated 4 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago