asynchronics / st3Links
Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.
☆88Updated last year
Alternatives and similar repositories for st3
Users that are interested in st3 are comparing it to the libraries listed below
Sorting:
- A reader-writer lock that provides extremely fast read access without starving writers☆87Updated 2 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago
- rust bindings of snmalloc☆149Updated this week
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- ☆52Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- A fast and flexible LRU map.☆199Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- A benchmarking harness for concurrent key-value collections☆119Updated 3 years ago
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 11 months ago
- ☆44Updated 8 months ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Define your own PhantomData☆158Updated last month
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- Library safely exposing the io_uring API.☆78Updated last week
- The Rustc Trait System Refactor Initiative☆26Updated 3 months ago
- A low-level I/O ownership and borrowing library☆106Updated 6 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- A global executor built on top of async-executor and smol☆76Updated 5 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 7 years ago
- Lockfree resizeable concurrent hash table.☆56Updated 4 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated last week
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆65Updated 11 months ago
- A bit vector with the Rust standard library's portable SIMD API.☆42Updated 2 years ago