llvm-designs
llvm-designs copied to clipboard
Design space for LLVM/Clang work
This is a follow on for #3. [nanomsg](http://nanomsg.org/) is good for creating sockets, but it doesn't handle parsing or creating structured data. There are many, many libraries for doing so,...
Instead of creating your own socket library, use [nanomsg](http://nanomsg.org/). It is really designed to be a high-speed, low-latency, socket-oriented messaging library. The guy that wrote it created [ZeroMQ](http://zeromq.org/) and took...
It's a brilliant idea, but the spec hasn't been updated in quite a while and there's no indicator towards anything happening?