yandrey321 commented on PR #10536:
URL: https://github.com/apache/ozone/pull/10536#issuecomment-4928128628

   > byte-by-byte NioByteString
   
   Yes, in case of direct memory allocation we re getting NioByteString and JVM 
use slower memory copy function comparing that the one available for 
BoundedByteString which is used for heap allocated memory. Benchmark proofs 
better throughput for heap allocated buffers.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to