reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

Basic C++ HdrHistogram implementation #39

Closed rfernandes closed 5 years ago

rfernandes commented 5 years ago

To avoid external dependencies, implement a pure C++ version of HdrHistogram.

The current goal includes only a subset of the features supported in the original version.