3

What are the available improved Performance with Custom Pool Allocators? (e.x. in terms of the multi-thread access to the pool)

Or let's say: Is there any updated answer to this question? Can multithreading speed up memory allocation? This question was asked more than 5 years ago. So I guess some updated answers would be helpful.

Community
  • 1
  • 1
H'H
  • 1,638
  • 1
  • 15
  • 39
  • AFAIK a jemalloc/tcmalloc style approach is still state of the art. See doc links at http://jemalloc.net/ . – janneb Oct 28 '16 at 12:46
  • Can be boost::singleton_pool considered as thread-safe memory allocator? – H'H Oct 31 '16 at 12:56

0 Answers0