asynchronics / st3Links
Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.
☆81Updated last year
Alternatives and similar repositories for st3
Users that are interested in st3 are comparing it to the libraries listed below
Sorting:
- Lending iterators on stable Rust☆83Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- rust bindings of snmalloc☆140Updated this week
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 6 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- A low-level I/O ownership and borrowing library☆104Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- Async stream for Rust and the futures crate.☆186Updated this week
- ☆43Updated 3 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated last month
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆88Updated last year
- Trying to create Sync bump allocator☆39Updated 2 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆130Updated 11 months ago
- A fast and flexible LRU map.☆192Updated 8 months ago
- ☆50Updated 8 months ago
- Asynchronously speed-limiting multiple byte streams☆66Updated 11 months ago
- Better reference counted strings for Rust☆135Updated last year
- The Rustc Trait System Refactor Initiative☆25Updated 3 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- A global executor built on top of async-executor and smol☆74Updated 3 weeks ago