golang-github-couchbase-ghistogram 0.0.0+git20170308.21.d910dd0-1 source package in Ubuntu

Changelog

golang-github-couchbase-ghistogram (0.0.0+git20170308.21.d910dd0-1) unstable; urgency=medium

  * New upstream release.
  * Adds HistogramMutator.

 -- Michael Lustfield <email address hidden>  Thu, 30 Mar 2017 00:37:01 -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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-couchbase-ghistogram_0.0.0+git20170308.21.d910dd0-1.dsc 2.4 KiB 89262c1b28b32fa16b4a04f1df25ec690e9db2800cb4d536cc71f51688679a67
golang-github-couchbase-ghistogram_0.0.0+git20170308.21.d910dd0.orig.tar.xz 8.9 KiB 3a985b2de7e9aa32762b488b8d087475e37270b204cb4d95fbe3ff09957a5603
golang-github-couchbase-ghistogram_0.0.0+git20170308.21.d910dd0-1.debian.tar.xz 1.7 KiB 629dd55d87c95f8449b540cf5d3eb860e85c18d99a1b84b71a6d9920273d12af

No changes file available.

Binary packages built by this source

golang-github-couchbase-ghistogram-dev: simple int histogram for golang

 The ghistogram library provides a simple histogram of uint64's that
 avoids heap allocations (garbage creation) during data processing.
 .
 GoDoc (https://godoc.org/github.com/couchbaselabs/ghistogram) Build Status
 (https://travis-ci.org/couchbaselabs/ghistogram)