filipdulic / bus-queue
Lock free bounded non blocking pub sub queue
☆76Updated 3 years ago
Alternatives and similar repositories for bus-queue:
Users that are interested in bus-queue are comparing it to the libraries listed below
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 6 months ago
- A circular buffer with fixed capacity (Rust).☆103Updated last year
- Object Pool LockFree in Rust☆45Updated last month
- Run closures in parallel☆113Updated 2 months ago
- A circular buffer-like queue container.☆37Updated last week
- Concurrent hash trie☆51Updated 4 years ago
- A fast mpmc queue with broadcast capabilities. Known as multiqueue too.☆54Updated 3 years ago
- A thread pool for rust/tokio that can process file requests and send data to the socket with zero copy (using sendfile)☆28Updated 7 years ago
- Message broker for the Actix actor framework☆38Updated 4 years ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆57Updated 9 months ago
- ☆60Updated 3 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 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…☆86Updated 2 years ago
- A global executor built on top of async-executor and smol☆73Updated 3 weeks ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 7 months ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆142Updated 3 years ago
- Asynchronous access to a bincode-encoded item stream.☆71Updated last week
- ☆25Updated 5 years ago
- An async NATS client library for the Rust programming language.☆83Updated 9 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- Observer pattern which generates a futures 0.3 stream of events☆40Updated 2 years ago
- Synchronization mechanisms based on lock-free queues and Rust futures☆37Updated 11 months ago
- Utilities for encoding and decoding frames with async/await☆74Updated 4 years ago
- An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-…☆76Updated 10 months ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆100Updated last month
- Small Box optimization: store small item on stack and fallback to heap for large item.