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 3df8d9f370cda99b10d9293f2d9834418bff4470 Merge: 9fa4518 562a2b5 Author: Pierre Lacave <[email protected]> AuthorDate: Mon Apr 22 14:37:43 2024 -0400 Merge pull request #62 from apache/hll-bound-accuracy-go [Go] Add HLL accuracy bounds and merge accuracy characterization profiles go/configs.go | 30 +++- go/distinct_count_accuracy_profile.go | 81 +++-------- ...o => distinct_count_bounds_accuracy_profile.go} | 157 ++++++++------------- go/distinct_count_merge_accuracy_profile.go | 73 ++++++++++ go/{main.go => distinct_count_utils.go} | 48 +++---- ...cy_profile.go => hll_sketch_accuracy_runner.go} | 36 ++++- go/hll_sketch_bounds_accuracy_runner.go | 100 +++++++++++++ go/main.go | 15 +- go/main_test.go | 7 +- 9 files changed, 341 insertions(+), 206 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
