This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
from 04cb5e68 Merge pull request #539 from apache/vectorized_kll_updates
add 4c27b53b This replicates the recent additions from KllDoubles to
KllFloats.
new 56b40e8b Merge pull request #540 from
apache/replicate_KllDoubles_to_KllFloats
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../datasketches/kll/KllDirectFloatsSketch.java | 89 +++---
.../apache/datasketches/kll/KllDoublesHelper.java | 6 +-
.../apache/datasketches/kll/KllFloatsHelper.java | 60 +---
.../apache/datasketches/kll/KllFloatsSketch.java | 326 ++++++++++++++++++---
.../kll/KllFloatsSketchSortedView.java | 253 ----------------
.../datasketches/kll/KllHeapFloatsSketch.java | 51 ++--
.../quantilescommon/DoublesSketchSortedView.java | 2 +-
...SortedView.java => FloatsSketchSortedView.java} | 28 +-
.../quantilescommon/ItemsSketchSortedView.java | 2 +-
.../org/apache/datasketches/common/TestUtil.java | 4 +-
.../kll/KllDirectDoublesSketchTest.java | 16 +-
.../kll/KllDirectFloatsSketchTest.java | 40 ++-
.../datasketches/kll/KllFloatsSketchSerDeTest.java | 13 +-
.../datasketches/kll/KllFloatsSketchTest.java | 97 ++++++
.../quantilescommon/CrossCheckQuantilesTest.java | 7 +-
.../quantilescommon/ReflectUtilityTest.java | 2 +-
16 files changed, 557 insertions(+), 439 deletions(-)
delete mode 100644
src/main/java/org/apache/datasketches/kll/KllFloatsSketchSortedView.java
copy
src/main/java/org/apache/datasketches/quantilescommon/{DoublesSketchSortedView.java
=> FloatsSketchSortedView.java} (80%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]