Calculating Percentiles on Streaming Data Part 5: C++ Library
Calculating Percentiles on Streaming Data
Published: 2018-03-09
This is part 5/8 of my Calculating Percentiles on Streaming Data series.
I have created a reusable C++ library which contains my implementation of the streaming percentile algorithms found within this blog post and published it to GitHub. Here’s what using it looks like:
|
|
You can find it here: