[ 源代码: golang-github-codahale-hdrhistogram ]
软件包:golang-github-codahale-hdrhistogram-dev(0.0~git20161010.3a0bb77-2)
golang-github-codahale-hdrhistogram-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-codahale-hdrhistogram:
- [golang-github-codahale-hdrhistogram_0.0~git20161010.3a0bb77-2.dsc]
- [golang-github-codahale-hdrhistogram_0.0~git20161010.3a0bb77.orig.tar.xz]
- [golang-github-codahale-hdrhistogram_0.0~git20161010.3a0bb77-2.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.