Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Below are some performance improvement opportunities performance improvement in PureJavaCrc32.
- eliminate "off += 8; len -= 8;"
- replace T8_x_start with hard coded constants
- eliminate c0 - c7 local variables
In my machine, there are 30% to 50% improvement for most of the cases.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-15033 Use java.util.zip.CRC32C for Java 9 and above
- Resolved