abbychau / multiqueue2Links
A fast mpmc queue with broadcast capabilities. Known as multiqueue too.
☆58Updated 3 months ago
Alternatives and similar repositories for multiqueue2
Users that are interested in multiqueue2 are comparing it to the libraries listed below
Sorting:
- Thread-safe object pool with automatic return and attach/detach semantics☆81Updated 5 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆70Updated last year
- A simple Cross-platform thread schedule and priority library for rust.☆142Updated 3 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆184Updated last month
- Utilities for encoding and decoding frames with async/await☆74Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- Serialisable closures for Rust.☆66Updated 3 years ago
- wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust☆101Updated 6 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Generic Atomic<T> type for Rust☆245Updated 3 months ago
- Lock free bounded non blocking pub sub queue☆77Updated last month
- A map implementation that relies on fixed-size storage derived by a procedural macro☆52Updated 2 months ago
- Bounded MPMC channel abstraction on top of a ring buffer☆44Updated last week
- ☆125Updated 3 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month
- Run closures in parallel☆115Updated 11 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Asynchronous access to a bincode-encoded item stream.☆78Updated 8 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- ☆73Updated 4 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Extract differences between arbitrary datastructures☆90Updated last year
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Rust crate that provides a convenient macro to quickly plot variables.☆91Updated 3 years ago
- A circular buffer-like queue container.☆38Updated 9 months ago
- Oneshot Rust channel working both in and between sync and async environments☆95Updated 9 months ago
- ☆81Updated 4 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago