You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/10/07 21:38:34 UTC

[GitHub] [trafficserver] cmcfarlen commented on pull request #9108: Allocator that just uses malloc and bypasses custom jemalloc/freelist

cmcfarlen commented on PR #9108:
URL: https://github.com/apache/trafficserver/pull/9108#issuecomment-1272106353

   Yes, this shows a modest performance increase over `-f` but a huge increase over using ink_freelist* yet still honors madvise.  Basically it is totally relying on the malloc implementation to do something performant and allows full tuning to that end.
   
   Since this just uses the standard C memory calls, it would work with mimalloc as well but might have to include the overrides header.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org