dicej / ipmpsc
Inter-process Multiple Producer, Single Consumer Channels for Rust
☆57Updated 10 months ago
Alternatives and similar repositories for ipmpsc:
Users that are interested in ipmpsc are comparing it to the libraries listed below
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Threadsafe RefCell for Rust☆90Updated last month
- Lending iterators on stable Rust☆82Updated last year
- Object Pool LockFree in Rust☆46Updated 2 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 2 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆87Updated last month
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆119Updated 6 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆231Updated 2 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆37Updated 5 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆54Updated 6 months ago
- Map data structure whose keys are stored as ranges☆88Updated 3 months ago
- Make trait methods callable without the trait in scope☆136Updated last month
- Run closures in parallel☆113Updated 2 months ago
- A Rust implementation of OS provided synchronization primitives☆56Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- Library safely exposing the io_uring API.☆61Updated 3 weeks ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆126Updated 9 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 11 months ago
- A circular buffer with fixed capacity (Rust).☆104Updated last year
- (lifetime) GATs on stable Rust☆57Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated 11 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆111Updated last month
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆102Updated 3 months ago
- #[no_std] print equivalent for Rust☆63Updated last year
- Rust crate that provides a convenient macro to quickly plot variables.☆89Updated 2 years ago