dicej / ipmpscLinks
Inter-process Multiple Producer, Single Consumer Channels for Rust
☆70Updated last year
Alternatives and similar repositories for ipmpsc
Users that are interested in ipmpsc are comparing it to the libraries listed below
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- Object Pool LockFree in Rust☆49Updated 2 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- A simple Cross-platform thread schedule and priority library for rust.☆142Updated 3 months ago
- Better reference counted strings for Rust☆139Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆185Updated last month
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- A Rust implementation of OS provided synchronization primitives☆62Updated 2 years ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- Automatic cfg for Rust compiler features☆108Updated 6 months ago
- ☆44Updated 7 months ago
- A simple bitset container for Rust☆158Updated 6 months ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- Run closures in parallel☆115Updated 11 months ago
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago
- Asynchronous access to a bincode-encoded item stream.☆78Updated 9 months ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆158Updated 3 years ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Minimal asynchronous executor for Rust☆133Updated 3 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆96Updated 10 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 4 months ago
- Migrated to Codeberg☆79Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆210Updated this week
- 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
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago