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 4e65d90 Merge pull request #49 from apache/pr48-regression-test
add e578045 feat: hash table and sketch
add b58df4e feat: add utils
add e510932 perf: align memory layout
add 6d5da75 doc: add license
add a08b25c test: add utils test cases
add c32c71e style: follow convention
add 0395c56 fix: return error when hash is zero
new b86b076 Merge pull request #51 from proost/feat-hashtable-and-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:
.../constants.go | 51 +-
theta/hashtable.go | 303 ++++++++++
theta/hashtable_test.go | 612 +++++++++++++++++++++
theta/sketch.go | 68 +++
theta/utils.go | 70 +++
theta/utils_test.go | 142 +++++
6 files changed, 1226 insertions(+), 20 deletions(-)
copy hll/cubic_interpolation_test.go => theta/constants.go (50%)
create mode 100644 theta/hashtable.go
create mode 100644 theta/hashtable_test.go
create mode 100644 theta/sketch.go
create mode 100644 theta/utils.go
create mode 100644 theta/utils_test.go
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]