conradludgate / what-the-asyncLinks
Simple async reactor and executor for rust
☆78Updated 8 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:
- A fast and flexible LRU map.☆198Updated 11 months ago
- Reports when tokio runtime threads are blocking☆66Updated last year
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year
- A concurrent, append-only vector.☆206Updated 3 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆144Updated last month
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆114Updated this week
- Track and query Cargo dependency graphs.☆241Updated this week
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆102Updated 3 months ago
- Define your own PhantomData☆158Updated 3 weeks ago
- An ε-copy serialization/deserialization framework for Rust☆164Updated last month
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- An atomically updatable Arc for lock-free concurrency.☆185Updated 3 weeks ago
- A buffering MPSC queue.☆83Updated last week
- Program startup and thread support written in Rust☆196Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆150Updated last year
- Fast JSON deserialization on borrowed data☆121Updated 3 weeks ago
- A faster Arc.☆76Updated last year
- ☆218Updated 4 months ago
- Choose Rust types at compile-time via constants☆69Updated last year
- ☆94Updated 2 years ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated last month
- Lending iterators on stable Rust☆83Updated last year
- ☆76Updated last month
- Better reference counted strings for Rust☆139Updated last year
- Recipes for avoiding bounds checks in Rust, without unsafe!☆131Updated 2 years ago
- Type that deserializes only from one specific value☆266Updated 3 weeks ago
- An unordered multiset/bag implementation backed by HashMap☆74Updated 3 weeks ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- A zero-copy Rust library that builds and parses network packets in-place.☆119Updated 8 months ago