-
Notifications
You must be signed in to change notification settings - Fork 0
/
hdr_histogram.json
54 lines (54 loc) · 2.54 KB
/
hdr_histogram.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"category": "Math",
"deprecated": false,
"description": "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.",
"latestReleaseDate": "2024-04-23T14:46:38+00:00",
"latestVersion": "0.5.0",
"license": "New BSD",
"name": "hdr_histogram",
"php8Mentioned": false,
"releases": {
"0.5.0": {
"version": "0.5.0",
"state": "beta",
"license": "New BSD",
"releasedBy": "beberlei",
"releaseDate": "2024-04-23T14:46:38+00:00",
"releaseNotes": "- Migrate from resource to object of new HdrHistogram\\Histogram class\n- add HdrHistogram\\Iterator and HdrHistogram\\Iterator\\Percentile classes",
"get": "https://pecl.php.net/get/hdr_histogram-0.5.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.3.0": {
"version": "0.3.0",
"state": "beta",
"license": "New BSD",
"releasedBy": "beberlei",
"releaseDate": "2016-08-17T11:42:55+00:00",
"releaseNotes": "- Improve serialized array size by introducing skip counter\n- Validate inputs into hdr_import are in their range",
"get": "http://pecl.php.net/get/hdr_histogram-0.3.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.2.0": {
"version": "0.2.0",
"state": "beta",
"license": "New BSD",
"releasedBy": "beberlei",
"releaseDate": "2016-07-17T17:11:04+00:00",
"releaseNotes": "- Update APIs\n- some fixes",
"get": "http://pecl.php.net/get/hdr_histogram-0.2.0",
"SPDX-License-Identifier": "BSD-2-Clause"
},
"0.1.0": {
"version": "0.1.0",
"state": "beta",
"license": "New BSD",
"releasedBy": "beberlei",
"releaseDate": "2015-12-31T16:01:21+00:00",
"releaseNotes": "- First release",
"get": "http://pecl.php.net/get/hdr_histogram-0.1.0",
"SPDX-License-Identifier": "BSD-2-Clause"
}
},
"summary": "A PHP extension wrapper for the C hdrhistogram API",
"SPDX-License-Identifier": "BSD-2-Clause"
}