jonhoo / sentoLinks
A lock-free, append-only atomic pool.
☆67Updated 3 years ago
Alternatives and similar repositories for sento
Users that are interested in sento are comparing it to the libraries listed below
Sorting:
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- A low-level I/O ownership and borrowing library☆102Updated 7 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- This is a Rust implementation for popular caches (support no_std).☆111Updated 5 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆81Updated last year
- A fast and flexible LRU map.☆189Updated 6 months ago
- Framework for simulating distributed applications☆102Updated 5 years ago
- rust bindings of snmalloc☆136Updated 3 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 4 months ago
- Non-interleaving multithreaded output queue☆71Updated last month
- ☆93Updated last year
- An on-disk hash table implementation☆123Updated 3 years ago
- ☆49Updated 6 months ago
- An unordered multiset/bag implementation backed by HashMap☆67Updated 4 months ago
- Async stream for Rust and the futures crate.☆184Updated last month
- docs.rs as a publishing platform?☆69Updated last month
- Thread parking and unparking☆78Updated 5 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- a lock-free concurrent slab (experimental)☆291Updated 6 months ago
- The Rustc Trait System Refactor Initiative☆24Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- An updated version of linked-hash-map and friends