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 1ff8fa3bbbeaf021426f5c3ce681d90fe8f0bd14 Merge: 284f40b fb6cfe1 Author: Alexander Saydakov <[email protected]> AuthorDate: Thu Dec 21 15:16:19 2023 -0800 Merge pull request #5 from freakyzoidberg/frequencies-long Add Frequencies long sketch common/family.go | 23 +- common/testutils/utils.go | 14 + common/utils.go | 15 +- frequencies/longs_sketch.go | 572 +++++++++++++++++++ frequencies/longs_sketch_serialization_test.go | 145 +++++ frequencies/longs_sketch_test.go | 603 +++++++++++++++++++++ frequencies/preable_utils.go | 134 +++++ frequencies/reverse_purge_long_hash_map.go | 402 ++++++++++++++ .../reverse_purge_long_hash_map_test.go | 23 +- frequencies/row.go | 109 ++++ frequencies/utils.go | 73 +++ hll/hll_sketch.go | 2 +- hll/hll_sketch_serialization_test.go | 50 +- hll/hll_sketch_test.go | 6 - hll/hll_utils.go | 2 +- hll/preamble_utils.go | 4 +- thetacommon/{theta_utils.go => quick_select.go} | 49 +- thetacommon/theta_utils.go | 2 +- 18 files changed, 2175 insertions(+), 53 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
