conradludgate / arc-dischargeLinks
Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio
☆71Updated last year
Alternatives and similar repositories for arc-discharge
Users that are interested in arc-discharge are comparing it to the libraries listed below
Sorting:
- Reports when tokio runtime threads are blocking☆66Updated last year
- Simple async reactor and executor for rust☆78Updated 9 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated 2 weeks ago
- Library and proc macro to analyze memory usage of data structures in rust.☆193Updated last month
- Benchmarking library for stable Rust☆47Updated 3 weeks ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A fast and flexible LRU map.☆199Updated last year
- A concurrent, append-only vector.☆209Updated 5 months ago
- A rust crate that provides a space efficient 𝛿-based CRDT implementation☆138Updated this week
- A buffering MPSC queue.☆85Updated last month
- Track and query Cargo dependency graphs.☆249Updated this week
- Memory validation framework for Rust☆74Updated 3 months ago
- SIMD-optimized B+ Tree implementation that uses integer keys☆88Updated 6 months ago
- A Write Ahead Log (WAL) implementation in Rust☆235Updated 2 years ago
- Library safely exposing the io_uring API.☆71Updated last week
- Benchmarking Rust storage engines☆69Updated 2 weeks ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- A better metrics crate☆39Updated last month
- The cost of Rust async/await☆132Updated 3 years ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆123Updated 4 months ago
- scan-resistant concurrent lazy LRU☆63Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- A very fast Key-Value store in pure rust☆219Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- A working Rust example for how to implement Borrow for complex keys☆74Updated last year
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆66Updated last month
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- A minimalist property-based testing library☆122Updated 8 months ago