This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: [PATCH][malloc] Avoid atomics in have_fastchunks


On 9/19/2017 6:57 PM, Carlos O'Donell wrote:

An alternative would be to move all the fastbin handling into the t-cache - but
then I bet it's much easier just to write a fast modern allocator...

Writing a fast modern allocator is not easy :-)


and since glibc 2.26, glibc's malloc() is actually no longer losing against some of those
alternative allocators as well, for example see

https://www.phoronix.com/scan.php?page=news_item&px=Glibc-2.26-Redis-Test


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]