conradludgate / what-the-asyncLinks
Simple async reactor and executor for rust
☆80Updated 3 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 10 months ago
- A fast and flexible LRU map.☆189Updated 6 months ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year
- A concurrent, append-only vector.☆184Updated 3 weeks ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 7 months ago
- Inter-event timing metrics on top of tracing.☆124Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Define your own PhantomData☆155Updated last week
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated last month
- Rust microbenchmarking harness based on paired-testing methodology☆126Updated last month
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 8 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆190Updated last week
- ☆72Updated last month
- Discovering and describing Rust's design axioms☆74Updated last year
- Program startup and thread support written in Rust☆188Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆157Updated last year
- Better reference counted strings for Rust☆130Updated 11 months ago
- ☆163Updated this week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- A token-based rate limiter based on the leaky bucket algorithm.☆111Updated 3 months ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆115Updated 2 years ago
- Heph is an actor library for Rust based on asynchronous functions.☆143Updated last week
- A buffering MPSC queue.☆78Updated last year
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆120Updated 9 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆186Updated 3 months ago
- Track and query Cargo dependency graphs.☆230Updated this week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- Type that deserializes only from one specific value☆244Updated last month
- An experimental linting interface for Rust. Let's make custom lints a reality☆148Updated last year