franz1981 opened a new pull request #2646: ARTEMIS-2317 Reuse file buffer wrapper instances to reduce allocations URL: https://github.com/apache/activemq-artemis/pull/2646 While measuring throughput of Page::read introduced by https://github.com/apache/activemq-artemis/pull/2633 I'm not getting the same performance of the original mmap read due to the increased allocation rate: reusing the file buffer wrapper makes the new Page::read on par (but without long TTSP issue) of the original version.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
