jerry73204 / par-streamLinks
Asynchronous parallel stream in Rust
☆101Updated 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.☆93Updated last year
- A low-level I/O ownership and borrowing library☆103Updated 8 months ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- ☆111Updated last year
- A global executor built on top of async-executor and smol☆74Updated 4 months ago
- ☆93Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated this week
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 5 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 7 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆216Updated last month
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated 2 weeks ago
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated this week
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Define your own PhantomData☆156Updated last week
- 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…☆91Updated 5 months ago
- futures-buffered☆45Updated 2 weeks ago
- docs.rs as a publishing platform?☆69Updated 2 months ago
- An updated version of linked-hash-map and friends☆121Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 5 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years 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…☆59Updated last week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 8 months ago
- An unordered multiset/bag implementation backed by HashMap☆70Updated 2 weeks ago
- Serde Visitor for deserializing untagged enums☆64Updated last month
- Run closures in parallel☆114Updated 6 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year