🎲 RZMQ with IO-Uring is Extremely Fast and It's the Only ZeroMQ Implementation with ... (opens in new tab)
rzmq is now on 0.5.13 available on crates.io. This release adds an option to disable automatic delimiter for dealer/router sockets for interoperability purposes, it was a request. 0.5.12 migrated the io-uring implementation to use a "framer" pattern to encapsulate common operations and share code between the regular socket actor and io-uring. It's faster and more efficient. rzmq's throughput is quite amazing really. I tested, with io-uring and TCP CORK enabled, 200k/responses per second on my...
Read the original article