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.☆95Updated last year
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- An updated version of linked-hash-map and friends☆129Updated 2 weeks ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- Define your own PhantomData☆158Updated last week
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 weeks ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated this week
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆112Updated last year
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- An unordered multiset/bag implementation backed by HashMap☆70Updated last week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆112Updated last week
- A low-level I/O ownership and borrowing library☆105Updated 2 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆91Updated last year
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 8 months ago
- ☆94Updated 2 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated last month
- Typed any map for rust☆67Updated 10 months ago
- ☆43Updated 5 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated 10 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- Heph is an actor library for Rust based on asynchronous functions.☆147Updated 2 weeks ago
- Async stream for Rust and the futures crate.☆188Updated 3 weeks ago
- Timer facilities for Rust's async story☆56Updated last year