libzmq/include
Thomas Rodgers 90194036bf Increase size of zmq_msg_t to 64 bytes
Increasing it would have at least two benefits -

* More messages would be 'VSM' messages, so it would reduce allocation
overhead a bit.
* Remove any chance of false sharing of things that are, by design,
pushed by value onto a ypipe_t<msg_t> which is shared between two threads.

The only downside I see is slightly increased memory consumption on memory
constrained applications.

- Full discussion of this rationale is part of issue #1295
2015-01-10 16:44:55 -06:00
..
zmq_utils.h Ensure EOL is present at end of utils file. 2014-07-09 22:45:03 +01:00
zmq.h Increase size of zmq_msg_t to 64 bytes 2015-01-10 16:44:55 -06:00