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

(datasketches-go) 01/01: Merge pull request #14 from freakyzoidberg/pierre.lacave/kll-items-sketch

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

alsay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git

commit 74050a5d9253a76e3d3003022a02fd98d194e739
Merge: f139262 89b02ab
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu Feb 1 17:13:10 2024 -0800

    Merge pull request #14 from freakyzoidberg/pierre.lacave/kll-items-sketch
    
    KLL ItemSketch

 internal/utils_test.go => common/types.go  |   13 +-
 frequencies/items_sketch.go                |    3 +-
 frequencies/reverse_purge_item_hash_map.go |    2 +-
 frequencies/utils.go                       |   14 -
 hll/coupon_list_test.go                    |    4 +-
 hll/example_test.go                        |    2 +-
 hll/hll_array_test.go                      |    2 +-
 hll/hll_sketch.go                          |    4 +-
 hll/hll_sketch_serialization_test.go       |   12 +-
 hll/union.go                               |    4 +-
 hll/union_test.go                          |   12 +-
 hll/{hll_utils.go => utils.go}             |    0
 internal/family.go                         |    5 +
 internal/generic_inequality_search.go      |  167 +++++
 internal/utils.go                          |   22 +
 internal/utils_test.go                     |   13 +
 kll/items_sketch.go                        | 1033 ++++++++++++++++++++++++++++
 kll/items_sketch_partition_boundaries.go   |   63 ++
 kll/items_sketch_sorted_view.go            |  272 ++++++++
 kll/items_sketch_sorted_view_iterator.go   |   68 ++
 kll/items_sketch_test.go                   |  866 +++++++++++++++++++++++
 kll/items_sketch_validate.go               |  172 +++++
 kll/preamble_utils.go                      |   97 +++
 kll/sketch_structure.go                    |   51 ++
 kll/utils.go                               |  165 +++++
 {internal => kll}/utils_test.go            |   14 +-
 26 files changed, 3026 insertions(+), 54 deletions(-)


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