apache / datasketches-java

A software library of stochastic streaming algorithms, a.k.a. sketches.
https://datasketches.apache.org
Apache License 2.0
875 stars 207 forks source link

Remove duplicate doubles sorted views #532

Closed leerho closed 3 months ago

leerho commented 3 months ago

This had a rippling effect across a number of files. This also includes some trivial fixes for spelling errors and other minor issues.

leerho commented 3 months ago

Summary of changes by file:

hllmap/

kll/

quantiles/

tdigest/

/test/...

quantiles/

quantilescommon/