Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0
Description
ChecksumByteBufferImpl.update() involves memory copy.
It looks like the memory copy is redundant, and checksum should be able to compute directly.
I have a hack to force it to skip the memory copy so I'll post it as a demo.