This is an automated email from the ASF dual-hosted git repository.
placave pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/datasketches-characterization.git
from e4c8f98 Merge pull request #87 from
proost/fix-wrong-constructor-for-kll-sketch
add f900d62 feat: add go theta sketch profiles
new 05e6529 Merge pull request #88 from
proost/feat-go-theta-sketch-profiles
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:
go/distinct_count_accuracy_profile.go | 24 ++
go/go.mod | 5 +-
go/go.sum | 4 +-
go/main.go | 93 ++++++-
go/main_test.go | 20 ++
...curacy_profile.go => theta_accuracy_profile.go} | 261 ++++++++-----------
...e.go => theta_intersection_accuracy_profile.go} | 283 ++++++++++-----------
..._profile.go => theta_union_accuracy_profile.go} | 273 +++++++++-----------
go/theta_union_update_speed_profile.go | 159 ++++++++++++
go/theta_update_speed_profile.go | 141 ++++++++++
go/{main_test.go => theta_utils.go} | 36 +--
11 files changed, 826 insertions(+), 473 deletions(-)
copy go/{distinct_count_accuracy_profile.go => theta_accuracy_profile.go} (63%)
copy go/{distinct_count_accuracy_profile.go =>
theta_intersection_accuracy_profile.go} (63%)
copy go/{distinct_count_accuracy_profile.go =>
theta_union_accuracy_profile.go} (63%)
create mode 100644 go/theta_union_update_speed_profile.go
create mode 100644 go/theta_update_speed_profile.go
copy go/{main_test.go => theta_utils.go} (53%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]