jerry73204 / par-streamLinks
Asynchronous parallel stream in Rust
☆104Updated last year
Alternatives and similar repositories for par-stream
Users that are interested in par-stream are comparing it to the libraries listed below
Sorting:
- Data parallelism library for async-std.☆94Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆112Updated last year
- A global executor built on top of async-executor and smol☆74Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- Lending iterators on stable Rust☆83Updated last year
- A low-level I/O ownership and borrowing library☆104Updated 2 months ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 3 weeks ago
- Rust Stream combinator, to limit the rate at which items are produced☆28Updated 2 years ago
- In Rust, format Duration into a string like "1 hour ago" or "01hou".☆72Updated last month
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆112Updated 2 months ago
- Simple string matching with single- and multiple-wildcard operator☆88Updated last month
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆96Updated last month
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- Reactive dependency injection for Rust.☆42Updated 2 weeks ago
- Runtime-agnostic actor library☆77Updated 2 years ago
- An updated version of linked-hash-map and friends☆129Updated 6 months ago
- Helper macros: autoimpl, impl_scope☆67Updated last week
- (lifetime) GATs on stable Rust☆59Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 2 weeks ago
- Async stream for Rust and the futures crate.☆188Updated last week
- Serde Visitor for deserializing untagged enums☆67Updated 3 weeks ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆60Updated last week
- Minimal async cache in Rust with support for key expirations☆54Updated 4 months ago