Bathtor / rust-executors
A library with task executors for Rust
☆32Updated 4 months ago
Alternatives and similar repositories for rust-executors
Users that are interested in rust-executors are comparing it to the libraries listed below
Sorting:
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆89Updated 2 years ago
- ☆84Updated 4 months ago
- Concurrent hash trie☆54Updated 4 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- A timeout connector for the hyper client☆26Updated 6 months ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- Bounded MPMC channel abstraction on top of a ring buffer☆41Updated last month
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- ☆47Updated 4 years ago
- Rust crate for accepting general reference-like values without proliferating generics.☆35Updated 8 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A global executor built on top of async-executor and smol☆74Updated last month
- Abstract name service traits for rust☆20Updated 6 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 4 years ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- Run closures in parallel☆113Updated 3 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated 2 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated last month
- Brotli encoders/decoers for Rust☆28Updated 2 years ago
- ☆38Updated 4 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Asynchronous adapter for byteorder☆19Updated 4 years ago
- Approximate Quantiles with Configurable Worst Case Error☆15Updated 3 years ago
- Timer facilities for Rust's async story☆56Updated 7 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 6 months ago