K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2017-02-20T15:15:08.345157Z K 7 svn:log V 424 Add go-crc32 1.1 CRC32 hash with x64 optimizations This package is a drop-in replacement for the standard library hash/crc32 package, that features SSE 4.2 optimizations on x64 platforms, for a 10x speedup. WWW: https://github.com/klauspost/crc32 - While I'm here: - Use DISTVERSIONPREFIX - Add LICENSE_FILE - Add missing RUN_DEPENDS - Remove GH_PROJECT PR: 217211 Submitted by: Guy Tabrar END