You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2023/01/16 16:55:56 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on pull request #8131: mm/mm_heap/tlsf: support global mempool to optimize small block performance

xiaoxiang781216 commented on PR #8131:
URL: https://github.com/apache/nuttx/pull/8131#issuecomment-1384323388

   > @Donny9 if TLSF generate more fragmentation than native NuttX heap manager, why we should use it?
   
   its' fast than nuttx's and has the constant execution time regardless the fragmentation. You can learn more info from:
   http://www.gii.upv.es/tlsf/main/docs
   Of course, the nuttx heap plus mempool could fast as TLSF.


-- 
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: commits-unsubscribe@nuttx.apache.org

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