This is an automated email from the ASF dual-hosted git repository. placave pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/datasketches-characterization.git
commit 05e65297ae0c785943cab57c7c26f1deb06e8672 Merge: e4c8f98 f900d62 Author: Pierre Lacave <[email protected]> AuthorDate: Wed Nov 26 17:20:05 2025 +0100 Merge pull request #88 from proost/feat-go-theta-sketch-profiles feat: add go theta sketch profiles 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(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
