golang-github-golang-snappy 0.0~git20150730.0.723cc1e-1 source package in Ubuntu

Changelog

golang-github-golang-snappy (0.0~git20150730.0.723cc1e-1) unstable; urgency=medium

  * Initial release (Closes: #794596)

 -- Hilko Bengen <email address hidden>  Mon, 03 Aug 2015 22:02:12 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-golang-snappy_0.0~git20150730.0.723cc1e-1.dsc 2.2 KiB d742b49457f833f96c00e6ebee7a359ad27060c007d051d0c8172b8b5fd8df9e
golang-github-golang-snappy_0.0~git20150730.0.723cc1e.orig.tar.bz2 9.6 KiB 20ab839504aaa6041a6a910eea18e9537e018a21c0a19a44b4ece3f115664631
golang-github-golang-snappy_0.0~git20150730.0.723cc1e-1.debian.tar.xz 1.8 KiB ee2e3b38041f24fe1da3a967e4241147cceb6b81ba69b2e012673fc3061b5da2

No changes file available.

Binary packages built by this source

golang-github-golang-snappy-dev: Implementation of the Snappy compression format in Go

 Snappy is a compression/decompression library. It does not aim for maximum
 compression, or compatibility with any other compression library; instead, it
 aims for very high speeds and reasonable compression. For instance, compared
 to the fastest mode of zlib, Snappy is an order of magnitude faster for most
 inputs, but the resulting compressed files are anywhere from 20% to 100%
 bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy
 compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or
 more.
 .
 This is an implementation of the Snappy compression format in the Go
 programming language.