hdrhistogram

Lua library wrapping HdrHistogram_c

$ luarocks install hdrhistogram


HdrHistogram is an algorithm designed for recording histograms of value measurements with configurable precision. Value precision is expressed as the number of significant digits, providing control over value quantization and resolution whilst maintaining a fixed cost in both space and time. This library wraps the C port.

Versions

0.1.9-15 years ago2,711 downloads
0.1.8-15 years ago36 downloads
0.1.7-15 years ago40 downloads
0.1.6-17 years ago62 downloads
0.1.5-17 years ago70 downloads
0.1.4-17 years ago65 downloads
0.1.3-17 years ago66 downloads
0.1.2-17 years ago55 downloads
0.1.1-17 years ago82 downloads

Dependencies

lua >= 5.1, < 5.4

Manifests