On 2 December 2016 at 04:50, Auer, Jens <jens.a...@cgi.com> wrote: > thanks for the suggestion. I will definitely gie it a try. I tried > tcmalloc and jemalloc once, but the improvement was not so big. If I > understood tcmalloc correctly they use a per-thread cache for allocations. > I didn't think of gc. >
These are redundant on FreeBSD where jemalloc is already the default allocator and Linux where ptmalloc3 also implements a per-thread cache (SLAB). On Windows you can use the Concurrency CRT API for similar features. -- Steve-o
_______________________________________________ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev