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

Design space for LLVM/Clang work

Results 3 llvm-designs issues
Sort by recently updated
recently updated
newest added

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?