asynchronics / st3Links
Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.
☆81Updated 11 months ago
Alternatives and similar repositories for st3
Users that are interested in st3 are comparing it to the libraries listed below
Sorting:
- rust bindings of snmalloc☆138Updated 4 months ago
- Lending iterators on stable Rust☆83Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 5 months ago
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A low-level I/O ownership and borrowing library☆104Updated 2 weeks ago
- A fast and flexible LRU map.☆190Updated 7 months ago
- ☆50Updated 8 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 5 months ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆60Updated 5 months ago
- Async stream for Rust and the futures crate.☆185Updated 2 weeks ago
- The Rustc Trait System Refactor Initiative☆25Updated 2 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆159Updated 2 weeks ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆198Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A global executor built on top of async-executor and smol☆74Updated last week
- A bit vector with the Rust standard library's portable SIMD API.☆41Updated 2 years ago
- A cross-platform library for fast and safe memory-mapped IO in Rust☆71Updated last year
- Library safely exposing the io_uring API.☆68Updated 4 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 7 months ago
- a lock-free concurrent slab (experimental)☆292Updated 7 months ago
- Define your own PhantomData☆156Updated last week