[ https://issues.apache.org/jira/browse/HADOOP-7446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138928#comment-13138928 ]
Hudson commented on HADOOP-7446: -------------------------------- Integrated in Hadoop-Hdfs-0.23-Commit #100 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/100/]) HADOOP-7446. Implement CRC32C native code using SSE4.2 instructions. Contributed by Kihwal Lee and Todd Lipcon. todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1190649 Files : * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/util/NativeCrc32.c * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/util/bulk_crc32.c > Implement CRC32C native code using SSE4.2 instructions > ------------------------------------------------------ > > Key: HADOOP-7446 > URL: https://issues.apache.org/jira/browse/HADOOP-7446 > Project: Hadoop Common > Issue Type: Improvement > Components: native > Affects Versions: 0.23.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Fix For: 0.23.0 > > Attachments: crc-pipeline-fix.txt, hadoop-7446.txt, hadoop-7446.txt, > hadoop-7446.txt, pipelined-crc.patch.txt, pipelined_on_todds_patch.txt, > pipelined_with_todds_patch.txt > > > Once HADOOP-7445 is implemented, we can get further performance improvements > by implementing CRC32C using the hardware support available in SSE4.2. This > support should be dynamically enabled based on CPU feature flags, and of > course should be ifdeffed properly so that it doesn't break the build on > architectures/platforms where it's not available. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira