You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2024/02/06 07:34:17 UTC

(datasketches-java) 01/01: Merge pull request #499 from apache/ebpps

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

jmalkin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit a8231cb26872e67571c2d43f8f1c641d19d4d818
Merge: 10f1048c d75f04d2
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Mon Feb 5 23:34:11 2024 -0800

    Merge pull request #499 from apache/ebpps
    
    EB-PPS Sampling sketch

 .../org/apache/datasketches/common/Family.java     |   7 +-
 .../datasketches/sampling/EbppsItemsSample.java    | 309 +++++++++++++
 .../datasketches/sampling/EbppsItemsSketch.java    | 513 +++++++++++++++++++++
 .../apache/datasketches/sampling/PreambleUtil.java | 134 ++++--
 .../sampling/ReservoirItemsSketch.java             |   8 +-
 .../datasketches/sampling/ReservoirItemsUnion.java |   8 +-
 .../sampling/ReservoirLongsSketch.java             |   8 +-
 .../datasketches/sampling/ReservoirLongsUnion.java |   8 +-
 .../datasketches/sampling/VarOptItemsSketch.java   |   8 +-
 .../datasketches/sampling/VarOptItemsUnion.java    |   8 +-
 .../datasketches/sampling/EbppsSampleTest.java     | 148 ++++++
 .../datasketches/sampling/EbppsSketchTest.java     | 310 +++++++++++++
 12 files changed, 1415 insertions(+), 54 deletions(-)



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