On Tue, Feb 12, 2013 at 5:43 PM, The Carrolls <thecarro...@jiminger.com> wrote:

> Thanks. I'm on Linux which makes this outcome ... amazing. :-)

Not really. You can compare a minimal hand-written 0MQ stack with the
full library:

https://github.com/hintjens/zmtplib

The hand-written TCP code is half the speed of the 0MQ code despite
the huge amounts of extra work the library does, mainly because it's
batching messages intelligently, and using more cores. The speed
difference gets smaller as you send larger messages.

-Pieter
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to