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-17 years ago3,601 downloads
0.1.8-17 years ago44 downloads
0.1.7-17 years ago51 downloads
0.1.6-19 years ago70 downloads
0.1.5-19 years ago78 downloads
0.1.4-19 years ago83 downloads
0.1.3-19 years ago75 downloads
0.1.2-19 years ago76 downloads
0.1.1-19 years ago98 downloads

Dependencies

lua >= 5.1, < 5.4

Manifests