Skip to content

derrickburns/tdigest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c07a908 · Oct 23, 2020

History

26 Commits
May 8, 2017
Oct 23, 2020
May 9, 2017
May 8, 2017
Mar 22, 2019
May 22, 2017

Repository files navigation

tdigest

This is an implementation of Ted Dunning's Merging T-Digest.

This implementation batches all inserts, including merges. This is an improvement over the original implementation where merges require sorting of all points on each merge.

This implementation does not support storing the incoming data with each centroid, (since obviously that is for testing).

About

C++ version of Ted Dunning's merging t-digest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published