asynchronics / st3Links
Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.
☆84Updated 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
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆85Updated 2 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- A fast and flexible LRU map.☆193Updated 9 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- rust bindings of snmalloc☆142Updated last month
- ☆51Updated 10 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 7 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆62Updated 7 months ago
- ☆43Updated 5 months ago
- Async stream for Rust and the futures crate.☆188Updated last week
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last week
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆72Updated 7 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Library safely exposing the io_uring API.☆69Updated this week
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- Asynchronously speed-limiting multiple byte streams☆66Updated last year
- Better reference counted strings for Rust☆137Updated last year
- A low-level I/O ownership and borrowing library☆104Updated 2 months ago
- A high-performance SPSC bounded circular buffer of bytes☆50Updated 3 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆135Updated 4 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆91Updated last year