hi, I have an extensive rust background and was exploring zig, noticed it didn’t have an channel implementation for inter thread communication so I built it.
the core is relatively lean (< 200 LOC) and the performance is comparable to the golden standard (crossbeam) for the most part
it uses the LMAX Disruptor pattern (sequence based)