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-14 years ago2,095 downloads
0.1.8-14 years ago15 downloads
0.1.7-14 years ago19 downloads
0.1.6-16 years ago40 downloads
0.1.5-16 years ago36 downloads
0.1.4-16 years ago20 downloads
0.1.3-16 years ago32 downloads
0.1.2-16 years ago20 downloads
0.1.1-16 years ago35 downloads

Dependencies

lua >= 5.1, < 5.4

Manifests