This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/datasketches-characterization.git


    from 4513a97  Merge pull request #99 from apache/memory_tsv
     add d947c52  feat: add t-digest double go accuracy profile
     add bdf2931  feat: t-digest double merge accuracy profile for go
     add df3505e  feat: t-digest double merge speed profile for go
     add 73323c4  feat: t-digest double update speed profile for go
     new 0d3088e  Merge pull request #101 from 
proost/feat-tdigest-double-go-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/go.mod                                          |   2 +-
 go/go.sum                                          |   2 +
 go/main.go                                         |  44 ++++++++
 go/main_test.go                                    |  16 +++
 go/tdigest_double_accuracy_profile.go              |  93 ++++++++++++++++
 go/tdigest_double_merge_accuracy_profile.go        | 104 ++++++++++++++++++
 go/tdigest_double_merge_speed_profile.go           | 122 +++++++++++++++++++++
 go/tdigest_double_update_speed_profile.go          | 104 ++++++++++++++++++
 ...of_numbers_sketch_utils.go => tdigest_utils.go} |  48 +++++---
 9 files changed, 520 insertions(+), 15 deletions(-)
 create mode 100644 go/tdigest_double_accuracy_profile.go
 create mode 100644 go/tdigest_double_merge_accuracy_profile.go
 create mode 100644 go/tdigest_double_merge_speed_profile.go
 create mode 100644 go/tdigest_double_update_speed_profile.go
 copy go/{array_of_numbers_sketch_utils.go => tdigest_utils.go} (55%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to