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 22517a6  Merge pull request #65 from 
proost/feat-jaccard-similarity-theta-sketch
     add fc3aef6  feat: tuple sketch interface & hashtable
     new cc20ca6  Merge pull request #68 from proost/feat-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:
 internal/quick_select.go                     |  48 +++
 internal/quick_select_test.go                |  90 ++++++
 {theta => tuple}/hashtable.go                | 156 +++++-----
 {theta => tuple}/hashtable_test.go           | 441 +++++++++++++--------------
 tuple/sketch.go                              |  95 ++++++
 hll/hll_pair_iterator.go => tuple/testing.go |  48 +--
 6 files changed, 560 insertions(+), 318 deletions(-)
 copy {theta => tuple}/hashtable.go (65%)
 copy {theta => tuple}/hashtable_test.go (50%)
 create mode 100644 tuple/sketch.go
 copy hll/hll_pair_iterator.go => tuple/testing.go (56%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to