This is an automated email from the ASF dual-hosted git repository. proost pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datasketches-go.git
commit 593f0da3064d228c5462154bb9af1fae42eb8455 Merge: 103e883 e59ed43 Author: Hyeonho Kim <[email protected]> AuthorDate: Tue Mar 3 17:11:46 2026 +0900 Merge pull request #129 from proost/feat-support-value-type-receiver-tuple-sketch feat: support value-receiver type summary tuple/hashtable.go | 14 +- tuple/intersection.go | 36 ++- tuple/intersection_test.go | 97 ++++++ tuple/{testing.go => sketch_benchmark_test.go} | 60 ++-- 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, 685 insertions(+), 181 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
