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:
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 9 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 5 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A fast and flexible LRU map.☆185Updated 5 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆114Updated 3 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 4 months ago
- Some internal rustc tools made accessible☆47Updated 5 months ago
- Lending iterators on stable Rust☆82Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆156Updated 3 weeks ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- ☆93Updated last year
- A low-level I/O ownership and borrowing library☆101Updated 6 months ago
- ☆49Updated 6 months ago
- An unordered multiset/bag implementation backed by HashMap☆67Updated 3 months ago
- This is a Rust implementation for popular caches (support no_std).☆109Updated 4 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- structured parallel execution for async Rust☆33Updated 10 months ago
- The Rustc Trait System Refactor Initiative☆24Updated 3 weeks ago
- Trying to create Sync bump allocator☆37Updated 7 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 2 weeks ago
- Async stream for Rust and the futures crate.☆183Updated 2 weeks ago
- An exploration of Storages☆35Updated last year
- docs.rs as a publishing platform?☆69Updated last month
- A high-performance SPSC bounded circular buffer of bytes☆47Updated 2 months ago