golang-github-vividcortex-gohistogram 1.0.0-2 source package in Ubuntu

Changelog

golang-github-vividcortex-gohistogram (1.0.0-2) unstable; urgency=medium

  * Source-only upload for migration

 -- Mathias Gibbens <email address hidden>  Wed, 23 Nov 2022 22:25:47 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-vividcortex-gohistogram_1.0.0-2.dsc 2.3 KiB 33c25cae2a7c0f44a02793cd2cecf9f2686b2416069cbeef5cbaf7411ca30fa9
golang-github-vividcortex-gohistogram_1.0.0.orig.tar.gz 20.4 KiB 6db894e95ddef2ce77ca60dc2628b1dca1c71cc8fe631ff1fdd830cc80dd033b
golang-github-vividcortex-gohistogram_1.0.0-2.debian.tar.xz 2.2 KiB 95b36e008d3dcab0923ed9a4439eb3d537a0fcc0e19b7533a2e7703d52ab0884

Available diffs

No changes file available.

Binary packages built by this source

golang-github-vividcortex-gohistogram-dev: Streaming approximate histograms in Go (library)

 This package provides Streaming Approximate Histograms for efficient
 quantile approximations.
 .
 The histograms in this package are based on the algorithms found in
 Ben-Haim & Yom-Tov's "A Streaming Parallel Decision Tree Algorithm".
 Histogram bins do not have a preset size. As values stream into the
 histogram, bins are dynamically added and merged.