15 skills found
boonzy00 / RingmpscLock-free MPSC channel in Zig achieving 50+ billion messages/second via ring-decomposed architecture
asynchronics / TachyonixAn asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds
Nevermore1994 / Cpp ChannelC++ MPSC-Channel, Thread-safe container for sharing data between threads
Curve / Channel🧵 A C++ implementation of Rust's std::sync::mpsc::channel
debasishg / Ringmpsc RsLock free MPSC Channel in Rust (a port of ringmpsc in Zig - see README)
boonzy00 / BchanA high-performance, lock-free bounded MPSC channel in Zig — 968 M msg/s (16p) · 150 M msg/s batched SPSC · one-click reproducible.
liuchibing / Mpsc Channel In Cxxmpsc_channel.hpp - A simple C++ implementation of the 'channel' in rust language (std::mpsc).
oguzbilgener / BmrngAn async MPSC request-response channel for Tokio
asynchronics / TachyobenchAsync benchmark for MPSC channels with support for multiple executors
pewsheen / PspRust Cross-platform Power State Plugin (PSP). Monitoring the power state and emit events via an MPSC channel.
carllerche / Futures MpscFuture aware MPSC channel
javohir-abdusattorov / ChannelsImplementation of MPSC channels
hawkw / Lossylossy MPSC channel for Rust
danylokravchenko / CfchannelMPSC channel implementation in CFML
qixuxiang / ChannelA C++ implementation of MPSC (multi-producer single-consumer) channel.