Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.3% on proxy.golang.org
Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 3.2% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : github.com/HdrHistogram/hdrhistogram-go

Package hdrhistogram provides an implementation of Gil Tene's HDR Histogram data structure. The HDR Histogram allows for fast and accurate analysis of the extreme ranges of data with non-normal distributions, like latency. Histograms are encoded using the HdrHistogram V2 format which is based on an adapted ZigZag LEB128 encoding where: consecutive zero counters are encoded as a negative number representing the count of consecutive zeros non zero counter values are encoded as a positive number A typical histogram (2 digits precision 1 usec to 1 day range) can be encoded in less than the typical MTU size of 1500 bytes. The log format encodes into a single file, multiple histograms with optional shared meta data.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21hdr%21histogram/hdrhistogram-go
License: MIT
Latest release: almost 3 years ago
First release: over 7 years ago
Namespace: github.com/HdrHistogram
Dependent packages: 2,488
Dependent repositories: 7,087
Stars: 401 on GitHub
Forks: 62 on GitHub
Docker dependents: 215
Docker downloads: 3,318,798,997
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

    Loading...
    Readme
    Loading...