Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 414 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 414 Bytes

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).