asynchronics / st3
Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.
☆70Updated 6 months ago
Alternatives and similar repositories for st3:
Users that are interested in st3 are comparing it to the libraries listed below
- Lending iterators on stable Rust☆82Updated last year
- (lifetime) GATs on stable Rust☆57Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 10 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- ☆46Updated 3 months ago
- A global executor built on top of async-executor and smol☆73Updated 3 weeks ago
- A low-level I/O ownership and borrowing library☆101Updated 3 months ago
- A fast and flexible LRU map.☆177Updated 2 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A lock-free, append-only atomic pool.☆66Updated 2 years ago
- A low-level MVCC file format for storing blobs.☆63Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆69Updated 3 weeks ago
- The Rustc Trait System Refactor Initiative☆22Updated 6 months ago
- Convert closures into wakers☆45Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 7 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆110Updated 3 weeks ago
- A reader-writer lock that provides extremely fast read access without starving writers☆77Updated last year
- ☆40Updated 3 weeks ago
- cross-platform Rust API for memory mapped IO☆42Updated 10 months ago
- Some internal rustc tools made accessible☆47Updated 2 months ago
- Zero-cost bitsets over native Rust types☆76Updated 3 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated 11 months ago
- A high-performance SPSC bounded circular buffer of bytes☆47Updated 8 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆86Updated 9 months ago
- Runtime-agnostic actor library☆77Updated last year
- A benchmarking harness for concurrent key-value collections☆117Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 2 months ago
- A memory efficient syntax tree for language developers☆55Updated 2 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- ☆33Updated 2 years ago