jerry73204 / par-stream
Asynchronous parallel stream in Rust
☆99Updated last year
Alternatives and similar repositories for par-stream:
Users that are interested in par-stream are comparing it to the libraries listed below
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- Data parallelism library for async-std.☆93Updated last year
- 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
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 4 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 4 months ago
- Helper macros: autoimpl, impl_scope☆60Updated 4 months ago
- A global executor built on top of async-executor and smol☆74Updated last month
- ☆45Updated last year
- ☆109Updated last year
- docs.rs as a publishing platform?☆68Updated 2 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆70Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated 11 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- (lifetime) GATs on stable Rust☆58Updated last year
- An updated version of linked-hash-map and friends☆112Updated 3 weeks ago
- A fast and flexible LRU map.☆181Updated 4 months ago
- Compile-time checks that an enum or match is written in sorted order☆114Updated 2 months ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- 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…☆82Updated 2 months ago
- Define your own PhantomData☆152Updated 2 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆112Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆135Updated 7 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- Extensions for the Rust standard library☆39Updated last year
- ☆72Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago
- Cross-platform implementation of cross-process named locks☆35Updated last year
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Type-erased core::Discriminant<T>☆38Updated 2 months ago