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 d9d6706cba26c713c8fb54b06d97d3ac5f750314 Merge: 3df8d9f d9bf9be Author: Pierre Lacave <[email protected]> AuthorDate: Tue May 7 16:16:25 2024 +0200 Merge pull request #64 from apache/go-hll-merge-speed-profile [Go] Add go merge speed profile for HLL and cleanup go/configs.go | 74 ----------- go/distinct_count_accuracy_profile.go | 135 ++++++++++++++++--- go/distinct_count_bounds_accuracy_profile.go | 190 --------------------------- go/distinct_count_merge_accuracy_profile.go | 6 +- go/distinct_count_merge_speed_profile.go | 189 ++++++++++++++++++++++++++ go/distinct_count_utils.go | 27 ++++ go/hll_sketch_accuracy_runner.go | 64 --------- go/hll_sketch_bounds_accuracy_runner.go | 100 -------------- go/main.go | 40 +++++- go/main_test.go | 8 +- 10 files changed, 375 insertions(+), 458 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
