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 e59fd903fc2ca7e08a58152152d02a3e57420131 Merge: f7bc4b1 63483a1 Author: Pierre Lacave <[email protected]> AuthorDate: Mon Dec 29 15:10:13 2025 +0100 Merge pull request #76 from proost/feat-set-operations feat: set operations for tuple sketch tuple/a_not_b.go | 296 ++++++ tuple/a_not_b_test.go | 1424 ++++++++++++++++++++++++++++ tuple/bounds_on_ratios_in_sampled_sets.go | 94 ++ tuple/bounds_on_ratios_in_sketched_sets.go | 123 +++ tuple/intersection.go | 240 +++++ tuple/intersection_test.go | 902 ++++++++++++++++++ tuple/jaccard_similarity.go | 198 ++++ tuple/jaccard_similarity_test.go | 879 +++++++++++++++++ tuple/set_operation.go | 26 + tuple/union.go | 236 +++++ tuple/union_test.go | 825 ++++++++++++++++ 11 files changed, 5243 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
