golang-github-retailnext-hllpp 1.0.0+git20170901.6e8b6d3-3 source package in Ubuntu

Changelog

golang-github-retailnext-hllpp (1.0.0+git20170901.6e8b6d3-3) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Mon, 05 Feb 2018 23:19:28 -0500

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-retailnext-hllpp_1.0.0+git20170901.6e8b6d3-3.dsc 2.4 KiB 6256e56ff1df5a2a8092aca753536435e3f292c6c2f177fc467e920e4b9993cc
golang-github-retailnext-hllpp_1.0.0+git20170901.6e8b6d3.orig.tar.xz 33.2 KiB 705f9733bc033f3fed9c783097886326363db1f6e96a2222833c0fb979dc185b
golang-github-retailnext-hllpp_1.0.0+git20170901.6e8b6d3-3.debian.tar.xz 2.5 KiB 5c1d571cc483cc6387f77683efb572303ae943a02a6bd42fb4dc7ab89c432bd5

No changes file available.

Binary packages built by this source

golang-github-retailnext-hllpp-dev: HyperLogLog++ cardinality estimation algorithm

 hllpp is an implementation of the HyperLogLog++ cardinality estimation
 algorithm in go. It optimizes for memory usage over CPU usage. It
 implements all the HyperLogLog optimizations introduced in the
 HyperLogLog++ paper (http://goo.gl/Z5Sqgu). Some notable features include:
 .
  * Marshaling so you can serialize to your datastore,
  * Extra space savings by only using 5 bits per register when possible,
  * Built-in non-streaming murmur3 implementation for fast hashing of input
    data.
 .
 This is the dev package.