CZTop 2.0.0.rc1 — ZeroMQ for Ruby, rewritten
CZTop 2.0.0.rc1 is out. It’s a full rewrite of the CZMQ/ZeroMQ FFI binding — simpler API (plain Array<String> messages), Async fiber support, CURVE encryption, and socket monitoring. 353k msg/s inproc, 49 µs fiber latency. Ships with a ZGuide summary of the 500-page ZeroMQ guide — all the patterns, none of the C. Lots of breaking changes from 1.x — see CHANGES.md.
Requires Ruby >= 3.3.
gem install cztop --pre
Post a comment