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