Hello,

I would like to add a new extension to PECL that I have been writing:
hdr_histogram

It is a wrapper around the HdrHistogram_c API:
https://github.com/HdrHistogram/HdrHistogram_c

Hdr Histogram is a data structure for efficiently recording and storing
histogram data using a pre-defined range and precision factor. More
details: http://hdrhistogram.org/

The C library and extension are both available under New BSD 2 license.

The code is here: https://github.com/beberlei/hdrhistogram-php

It is well-tested and runs on PHP 5 and 7:
https://travis-ci.org/beberlei/hdrhistogram-php

I already have a PECL account, just asking about the formalities:

- Package name OK?: hdr_histogram (lending from the c library exported as
libhdr_histogram.so)
- License OK? New BSD 2

greetings
Benjamin

Reply via email to