A PHP extension wrapper for the C hdrhistogram API
HdrHistogram: A High Dynamic Range 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.
License: New BSD
Version | Release | Download |
0.5.0 | 2024-04-23 | hdr_histogram-0.5.0.tgz |
0.3.0 | 2016-08-17 | hdr_histogram-0.3.0.tgz |
0.2.0 | 2016-07-17 | hdr_histogram-0.2.0.tgz |
0.1.0 | 2015-12-31 | hdr_histogram-0.1.0.tgz |
Version | Message |
0.5.0 |
- Migrate from resource to object of new HdrHistogram\Histogram class - add HdrHistogram\Iterator and HdrHistogram\Iterator\Percentile classes |
0.3.0 |
- Improve serialized array size by introducing skip counter - Validate inputs into hdr_import are in their range |
0.2.0 |
- Update APIs - some fixes |
0.1.0 | - First release |