Summary: | [NEW PORT] devel/go-crc32 : CRC32 with x64 optimizations for Go | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Guy Tabrar <guy.tabrar> | ||||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | guy.tabrar | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 217209, 217213 | ||||||||
Attachments: |
|
Created attachment 180124 [details]
shar file
A commit references this bug: Author: sunpoet Date: Mon Feb 20 15:15:09 UTC 2017 New revision: 434467 URL: https://svnweb.freebsd.org/changeset/ports/434467 Log: 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 <guy.tabrar@me.com> Changes: head/devel/Makefile head/devel/go-crc32/ head/devel/go-crc32/Makefile head/devel/go-crc32/distinfo head/devel/go-crc32/pkg-descr head/devel/go-crc32/pkg-plist Committed. Thanks! |
Created attachment 180123 [details] synth log Tested with portlint and synth - log attached. Cheers!