This is an automated email from the ASF dual-hosted git repository.
proost pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git
from 103e883 Merge pull request #128 from
proost/perf-allocation-less-tdigest
add 82588f4 feat: support value-receiver type summary
add b30f8cf Merge branch 'main' of github.com:apache/datasketches-go into
feat-support-value-type-receiver-tuple-sketch
add e59ed43 style: follow lint
new 593f0da Merge pull request #129 from
proost/feat-support-value-type-receiver-tuple-sketch
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:
tuple/hashtable.go | 14 +-
tuple/intersection.go | 36 +-
tuple/intersection_test.go | 97 +++++
.../{set_operation.go => sketch_benchmark_test.go} | 32 +-
tuple/testing.go | 12 +
tuple/union.go | 70 +++-
tuple/union_test.go | 101 +++++
tuple/update_sketch.go | 63 +++-
tuple/update_sketch_test.go | 413 +++++++++++++++------
9 files changed, 688 insertions(+), 150 deletions(-)
copy tuple/{set_operation.go => sketch_benchmark_test.go} (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]