conradludgate / what-the-asyncLinks
Simple async reactor and executor for rust
☆79Updated 5 months ago
Alternatives and similar repositories for what-the-async
Users that are interested in what-the-async are comparing it to the libraries listed below
Sorting:
- Reports when tokio runtime threads are blocking☆65Updated last year
- A fast and flexible LRU map.☆192Updated 8 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated 3 weeks ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 9 months ago
- An ε-copy serialization/deserialization framework for Rust☆154Updated this week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆134Updated 11 months ago
- A concurrent, append-only vector.☆196Updated last month
- Rust microbenchmarking harness based on paired-testing methodology☆139Updated 3 weeks ago
- Define your own PhantomData☆156Updated last week
- Rust web servers without async/await.☆214Updated 8 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆192Updated 2 weeks ago
- ☆94Updated 2 years ago
- ☆204Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- A faster Arc.☆75Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated 11 months ago
- Track and query Cargo dependency graphs.☆234Updated 2 weeks ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated last month
- A buffering MPSC queue.☆80Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 3 months ago
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- Better reference counted strings for Rust☆136Updated last year
- Discovering and describing Rust's design axioms☆75Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆162Updated last year
- Deadlock free mutexes☆177Updated 5 months ago
- Program startup and thread support written in Rust☆192Updated 4 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆80Updated 2 weeks ago
- An unordered multiset/bag implementation backed by HashMap☆70Updated last month