dicej / ipmpscLinks
Inter-process Multiple Producer, Single Consumer Channels for Rust
☆59Updated last year
Alternatives and similar repositories for ipmpsc
Users that are interested in ipmpsc are comparing it to the libraries listed below
Sorting:
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆132Updated 3 weeks ago
- Threadsafe RefCell for Rust☆93Updated 3 months ago
- Object Pool LockFree in Rust☆47Updated last week
- Better reference counted strings for Rust☆130Updated 11 months ago
- Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.☆152Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- A simple bitset container for Rust☆145Updated 2 weeks ago
- Migrated to Codeberg☆79Updated last year
- A fast and flexible LRU map.☆189Updated 6 months ago
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆244Updated 3 weeks ago
- A fixed-size circular buffer written in Rust.☆116Updated 8 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Map data structure whose keys are stored as ranges☆89Updated 6 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 9 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 4 months ago
- Minimal async cache in Rust with support for key expirations☆53Updated last month
- Library safely exposing the io_uring API.☆64Updated 3 months ago
- A circular buffer with fixed capacity (Rust).