Skip to content

Commit ce54f34

Browse files
committed
[CODEC-205] Add faster CRC32 implementation. Copied from Hadoop 2.6.3. See also [CODEC-171].
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1725163 13f79535-47bb-0310-9956-ffa450edef68
1 parent 05f8780 commit ce54f34

3 files changed

Lines changed: 1022 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
5151
<action dev="ggregory" type="add" issue="CODEC-193" due-to="Michael Donaghy">Support java.nio.ByteBuffer in DigestUtils</action>
5252
<action dev="ggregory" type="add" issue="CODEC-202" due-to="Oleg Kalnichevski">Add BaseNCodec.encode(byte[], int, int) input with offset and length parameters for Base64 and Base32.</action>
5353
<action dev="ggregory" type="add" issue="CODEC-203" due-to="Gary Gregory">Add convenience method decodeHex(String).</action>
54+
<action dev="ggregory" type="add" issue="CODEC-205" due-to="Gary Gregory">Add faster CRC32 implementation.</action>
5455
</release>
5556
<release version="1.10" date="5 November 2014" description="Feature and fix release.">
5657
<action dev="ggregory" type="add" issue="CODEC-192" due-to="Thomas Neidhart">Add Daitch-Mokotoff Soundex</action>

0 commit comments

Comments
 (0)