llvm-designs icon indicating copy to clipboard operation
llvm-designs copied to clipboard

Use NanoMsg

Open ckaran opened this issue 9 years ago • 0 comments

Instead of creating your own socket library, use nanomsg. It is really designed to be a high-speed, low-latency, socket-oriented messaging library. The guy that wrote it created ZeroMQ and took everything he learned from that project to write nanomsg (which is arguably a better project).

ckaran avatar Sep 30 '16 13:09 ckaran