This is an automated email from the ASF dual-hosted git repository.
placave pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git
from c3b63b3 Merge pull request #16 from
freakyzoidberg/pierre.lacave/add-kll-cross-lang-serde-test
add 01adf34 Add examples, move common serde
add d4335f4 Add frequency examples
add 0632b1f Document some of the public api of KLL ItemsSketch
add afadc63 add more doc
add 548ebcf fix build
add d896e3f Add more go doc
new 6950b3e Merge pull request #17 from
freakyzoidberg/example-and-common-serde
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:
common/array_of_longs_serde.go | 81 +++++++++++
common/array_of_strings_serde.go | 131 +++++++++++++++++
common/types.go | 11 ++
common/{types.go => utils.go} | 8 +-
examples/frequency_example_test.go | 85 +++++++++++
examples/hll_example_test.go | 99 +++++++++++++
examples/kll_example_test.go | 70 +++++++++
frequencies/items_sketch.go | 49 +++----
frequencies/items_sketch_test.go | 190 ++++---------------------
frequencies/reverse_purge_item_hash_map.go | 5 +-
frequencies/serde_compat_test.go | 5 +-
frequencies/sketch_serialization_test.go | 19 +--
hll/coupon_list_test.go | 6 +-
hll/hll_sketch.go | 16 +--
hll/union_test.go | 6 +-
kll/items_sketch.go | 219 ++++++++++++++++++++++-------
kll/items_sketch_iterator.go | 10 +-
kll/items_sketch_sorted_view.go | 27 ++--
kll/items_sketch_sorted_view_iterator.go | 4 +
kll/items_sketch_test.go | 206 +++++++--------------------
kll/items_sketch_validate.go | 13 +-
kll/items_sletch_serialization_test.go | 8 +-
kll/utils.go | 4 -
23 files changed, 820 insertions(+), 452 deletions(-)
create mode 100644 common/array_of_longs_serde.go
create mode 100644 common/array_of_strings_serde.go
copy common/{types.go => utils.go} (80%)
create mode 100644 examples/frequency_example_test.go
create mode 100644 examples/hll_example_test.go
create mode 100644 examples/kll_example_test.go
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]