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

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

commit c86fe9d01ec1338d77ade8ed33017563efda2dfa
Merge: 9f08c62 a6ef4e8
Author: Pierre Lacave <[email protected]>
AuthorDate: Sat Mar 23 11:30:23 2024 +0100

    Merge pull request #20 from apache/split-serde-comparator-hasher
    
    Split Serde/Comparator/Hasher and add reverse KLL order test

 ...y_of_doubles_serde.go => item_sketch_double.go} |  30 ++--
 ...array_of_longs_serde.go => item_sketch_long.go} |  30 ++--
 ...y_of_strings_serde.go => item_sketch_string.go} |  31 ++--
 common/types.go                                    |   9 +-
 examples/frequency_example_test.go                 |   2 +-
 examples/kll_example_test.go                       |   5 +-
 frequencies/items_sketch.go                        |  31 ++--
 frequencies/items_sketch_test.go                   |  73 +++++---
 frequencies/reverse_purge_item_hash_map.go         |  12 +-
 frequencies/serde_compat_test.go                   |   7 +-
 frequencies/sketch_serialization_test.go           |  24 +--
 internal/generic_inequality_search.go              |  46 ++---
 kll/items_sketch.go                                | 122 +++++++------
 kll/items_sketch_iterator.go                       |   2 +-
 kll/items_sketch_sorted_view.go                    |  61 ++++---
 kll/items_sketch_test.go                           | 194 +++++++++++++++------
 kll/items_sketch_validate.go                       |  16 +-
 kll/items_sletch_serialization_test.go             |  27 +--
 kll/utils.go                                       |   4 +-
 static-analysis.datadog.yml                        |   3 +
 20 files changed, 429 insertions(+), 300 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to