You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "kimmking (via GitHub)" <gi...@apache.org> on 2023/03/05 12:23:26 UTC

[GitHub] [rocketmq] kimmking commented on pull request #3657: [ISSUE #3585] [Part J] Use MappedByteBuffer instead of FileChannel to …

kimmking commented on PR #3657:
URL: https://github.com/apache/rocketmq/pull/3657#issuecomment-1455076713

   Actually, mmap is better than fileChannel in small size message case. In large scale size message, fileChannel is more better.
   There could be an option to switch mmap/fileChannel.
   See https://www.jianshu.com/p/d0b4ac90dbcb


-- 
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@rocketmq.apache.org

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