Skip to content

Add OMQ implementations to Rust, Ruby, and Python pages - #169

Open
paddor wants to merge 4 commits into
zeromq:masterfrom
paddor:add-omq-implementations
Open

Add OMQ implementations to Rust, Ruby, and Python pages#169
paddor wants to merge 4 commits into
zeromq:masterfrom
paddor:add-omq-implementations

Conversation

@paddor

@paddor paddor commented May 17, 2026

Copy link
Copy Markdown

Summary

Adds three pure implementations of ZeroMQ to the language pages:

  • Rust: omq — pure Rust, wire-compatible with libzmq, faster at all message sizes. Also lists omq-zeromq (zmq.rs drop-in), omq-zmq (C API), and pyomq.
  • Ruby: omq — pure Ruby, no C extensions, faster than any binding in throughput and latency.
  • Python: pyomq — drop-in pyzmq replacement backed by omq.rs, 2-3x faster over TCP.

Existing entries (rust-zmq, zmq.rs, rbzmq, pyzmq) are preserved unchanged.

paddor added 4 commits May 18, 2026 00:21
- Rust: omq (pure Rust), omq-zeromq (zmq.rs compat), omq-zmq (C API), pyomq
- Ruby: omq (pure Ruby, faster than any binding)
- Python: pyomq (drop-in pyzmq replacement, 2-3x faster)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant