jerry73204 / par-stream
Asynchronous parallel stream in Rust
☆98Updated last year
Alternatives and similar repositories for par-stream:
Users that are interested in par-stream are comparing it to the libraries listed below
- ☆92Updated last year
- ☆109Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 2 weeks ago
- An updated version of linked-hash-map and friends☆109Updated 2 months ago
- A global executor built on top of async-executor and smol☆73Updated 8 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 6 months ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Data parallelism library for async-std.☆93Updated last year
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆106Updated last month
- Typed any map for rust☆65Updated 2 months ago
- Threadsafe RefCell for Rust☆90Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆106Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 6 months ago
- Make trait methods callable without the trait in scope☆135Updated this week
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 4 years ago
- Minimal async cache in Rust with support for key expirations☆52Updated 9 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…