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 f7bc4b1 Merge pull request #74 from apache/bloomfilter-readmer
add d840411 feat: set operations for tuple sketch
add 63483a1 fix: underflow
new e59fd90 Merge pull request #76 from proost/feat-set-operations
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/a_not_b.go | 296 ++++
tuple/a_not_b_test.go | 1424 ++++++++++++++++++++
.../bounds_on_ratios_in_sampled_sets.go | 2 +-
.../bounds_on_ratios_in_sketched_sets.go | 48 +-
{theta => tuple}/intersection.go | 106 +-
tuple/intersection_test.go | 902 +++++++++++++
{theta => tuple}/jaccard_similarity.go | 74 +-
tuple/jaccard_similarity_test.go | 879 ++++++++++++
kll/utils_test.go => tuple/set_operation.go | 19 +-
{theta => tuple}/union.go | 103 +-
{theta => tuple}/union_test.go | 459 ++++---
11 files changed, 3951 insertions(+), 361 deletions(-)
create mode 100644 tuple/a_not_b.go
create mode 100644 tuple/a_not_b_test.go
copy {theta => tuple}/bounds_on_ratios_in_sampled_sets.go (99%)
copy {theta => tuple}/bounds_on_ratios_in_sketched_sets.go (68%)
copy {theta => tuple}/intersection.go (63%)
create mode 100644 tuple/intersection_test.go
copy {theta => tuple}/jaccard_similarity.go (74%)
create mode 100644 tuple/jaccard_similarity_test.go
copy kll/utils_test.go => tuple/set_operation.go (71%)
copy {theta => tuple}/union.go (63%)
copy {theta => tuple}/union_test.go (51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]