charlesconnell commented on PR #8541: URL: https://github.com/apache/hbase/pull/8541#issuecomment-5240504905
I looked into how ZlibDecompressor supports decompression of on-heap byte arrays. It's not very efficient because it copies the bytes into a ByteBuffer. I think for this PR let's focus on where we can achieve zero-copy, so please skip support for on-heap. -- 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]
