nine-lives-later / zzmq

Zig Binding for ZeroMQ
Mozilla Public License 2.0
19 stars 2 forks source link

Change to using libzmq directly? #1

Closed fkollmann closed 6 months ago

fkollmann commented 7 months ago

The functional benefits of CZMQ seems to be limited.

One issue is esp. the lack of zero-allocation sending of data.

On the other hand, CZMQ is more widely available as installable package than libzmq. One way would be to integrate libzmq directly into the Zig build.

fkollmann commented 6 months ago

Done by v0.2.0