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 aeb487f Merge pull request #43 from QasimKhan5d/main
add 299e688 CountMinSketch first commit
add b57f3d5 Do not use unsafe package to cast string into byte array
add 17545aa Add tests
add 259949b Add more tests
add 477e994 Add getRelativeError method
add e5d4dd7 Improve test
add 357fa36 Add total weights parameter and tests
add 7706613 Refactor: no need for size parameter
add 1997727 Implement uint64 methods
add 059dec4 Implement sketch merge
add 9f9d3b3 Add merge tests
add 4ba46e2 Add isEmpty method
add ce7968a Implment serialize
add a9992a8 Serialization and deserialization
add cec74ed Rename variable
add c2f3a2c Return immediately if sketch is empty when deserializing
add 2b9ac35 Add .gitignore
add 9a4b536 Refactor
add ee10257 Remove .gitignore
add 6713380 Camel case
add 3b6916d Add license headers
add 756b318 Move family id
add 88db468 Add comments
add 15e8869 Don't use unnecessary variables
new 405ece2 Merge pull request #42 from geonove/geonove/count-min-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:
count/count_min_sketch.go | 364 +++++++++++++++++++++++++++++++++++++++++
count/count_min_sketch_test.go | 298 +++++++++++++++++++++++++++++++++
count/utils.go | 58 +++++++
go.mod | 5 +-
go.sum | 2 +
internal/family.go | 13 +-
6 files changed, 734 insertions(+), 6 deletions(-)
create mode 100644 count/count_min_sketch.go
create mode 100644 count/count_min_sketch_test.go
create mode 100644 count/utils.go
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]