[ ソース: golang-github-codahale-hdrhistogram ]
パッケージ: golang-github-codahale-hdrhistogram-dev (0.0~git20161010.3a0bb77-3)
golang-github-codahale-hdrhistogram-dev に関するリンク
Debian の資源:
golang-github-codahale-hdrhistogram ソースパッケージをダウンロード:
- [golang-github-codahale-hdrhistogram_0.0~git20161010.3a0bb77-3.dsc]
- [golang-github-codahale-hdrhistogram_0.0~git20161010.3a0bb77.orig.tar.xz]
- [golang-github-codahale-hdrhistogram_0.0~git20161010.3a0bb77-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
implementation of Gil Tene's HDR Histogram
This package contains a pure Go implementation of the HDR Histogram
A Histogram that supports recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.