libcrcutil 1.0-4 source package in Ubuntu

Changelog

libcrcutil (1.0-4) unstable; urgency=medium

  * Standards-Version: 3.9.7
  * Use HTTPS in Vcs-Broswser URL.
  * Architecture += "any-mips64el".
  * libcrcutil-doc: install examples (Closes: #817907).
  * Fixed FTBFS when built with dpkg-buildpackage -A (Closes: #806056).

 -- Dmitry Smirnov <email address hidden>  Sat, 02 Apr 2016 11:36:38 +1100

Upload details

Uploaded by:
Dmitry Smirnov
Uploaded to:
Sid
Original maintainer:
Dmitry Smirnov
Architectures:
any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 any-mipsel any-mips64el any-ppc64el any-sh4 any-x32 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
libcrcutil_1.0-4.dsc 2.3 KiB e99d03cb5c23626713ca0c70c2867751c106b64dc5fef63bd783c775dd36f16d
libcrcutil_1.0.orig.tar.gz 1.9 MiB 87f0448c235d195c8df2a834ec7c24613f62878500468ff3aeb2dab2b10ffcf1
libcrcutil_1.0-4.debian.tar.xz 7.1 KiB 790c217c0687fab13897d50b76ec0e9da5d9f99833be13c85f62fcd50dfa7d86

Available diffs

No changes file available.

Binary packages built by this source

libcrcutil-dev: No summary available for libcrcutil-dev in ubuntu cosmic.

No description available for libcrcutil-dev in ubuntu cosmic.

libcrcutil-doc: No summary available for libcrcutil-doc in ubuntu yakkety.

No description available for libcrcutil-doc in ubuntu yakkety.

libcrcutil0: No summary available for libcrcutil0 in ubuntu cosmic.

No description available for libcrcutil0 in ubuntu cosmic.

libcrcutil0-dbgsym: debug symbols for package libcrcutil0

 Crcutil library provides efficient implementation of CRC algorithms. It
 includes reference implementation of a novel Multiword CRC algorithm
 invented by Andrew Kadatch and Bob Jenkins in early 2007. The new
 algorithm is heavily tuned towards modern Intel and AMD processors and is
 substantially faster than almost all other software CRC algorithms.
 .
 Included whitepaper describes the details of Multiword CRC algorithm as
 well as other algorithms and CRC manipulation routines implemented by
 crcutil library.
 .
 Crcutil library computes:
  * Hardware-assisted CRC32C: 0.13 (Nehalem) CPU cycles per byte.
  * 64-bit and smaller CRCs: 1.0 (Nehalem) - 1.2 (Core) CPU cycles per byte.
  * 128-bit CRCs: 1.7 CPU cycles per byte.
 .
 Since computational speed of 64-bit CRCs is identical to 32-bit and
 16-bit, the use of crcutil library enables widespread use of more reliable
 64-bit CRCs instead of 32-bit ones.
 .
 As a bonus, crcutil also implements a number of useful CRC "tricks" (e.g.
 computation of CRC of concatenated blocks of data of known length and CRC
 without touching actual data).