TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Jemalloc

1 pointsby davyjonesover 11 years ago

1 comment

tqhover 11 years ago
I&#x27;ve been keeping an eye on malloc&#x27;s for quite a while, and they are getting ridiculously big nowadays. The malloc complexity seems to be greater than the programs themselves. With that kind of complexity it&#x27;s hard to do objective comparisons, and the frameworks to do objective tests are nowhere to be found. So it is no surprise everyone claims to be best. Hint: Complex malloc for complex things.<p>If you like mallocs: <a href="https://github.com/emeryberger/Malloc-Implementations" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;emeryberger&#x2F;Malloc-Implementations</a>. Don&#x27;t think they have the disruptor based one yet: <a href="https://github.com/bytemaster/disruptor/tree/master/fc2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bytemaster&#x2F;disruptor&#x2F;tree&#x2F;master&#x2F;fc2</a>