You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2023/06/23 00:17:52 UTC

[datasketches-java] branch new_kll_items_sketch updated (8da38f47 -> 4a786234)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch new_kll_items_sketch
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


    from 8da38f47 Interim 3 Add new methods to ArrayOfXSerDe classes.
     add b7fcee21 Interim 4 (not yet done)
     add 4a786234 interim 4.  Works.

No new revisions were added by this update.

Summary of changes:
 .../datasketches/common/ArrayOfBooleansSerDe.java  |  36 ++-
 .../datasketches/common/ArrayOfDoublesSerDe.java   |  44 +++-
 .../datasketches/common/ArrayOfItemsSerDe.java     |  61 +++--
 .../datasketches/common/ArrayOfLongsSerDe.java     |  43 +++-
 .../datasketches/common/ArrayOfNumbersSerDe.java   | 248 +++++++++++++--------
 .../datasketches/common/ArrayOfStringsSerDe.java   |  96 +++++---
 .../common/ArrayOfUtf16StringsSerDe.java           |  99 +++++---
 .../apache/datasketches/common/ByteArrayUtil.java  |  17 ++
 .../datasketches/frequencies/ItemsSketch.java      |   2 +-
 .../org/apache/datasketches/kll/KllHelper.java     |  11 +-
 .../apache/datasketches/kll/KllItemsSketch.java    |   2 +-
 .../apache/datasketches/quantiles/ItemsSketch.java |   2 +-
 .../sampling/ReservoirItemsSketch.java             |   2 +-
 .../datasketches/sampling/VarOptItemsSketch.java   |   4 +-
 .../datasketches/common/ArrayOfXSerDeTest.java     | 150 +++++++++----
 .../datasketches/common/ByteArrayUtilTest.java     |   8 +
 .../sampling/ReservoirItemsSketchTest.java         |   9 +-
 17 files changed, 570 insertions(+), 264 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org