You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2024/01/03 01:05:57 UTC

(datasketches-go) 36/40: Merge pull request #6 from freakyzoidberg/reorginize-internal

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

alsay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git

commit b0979ae577a8dae1852b3784e4dbfaa1c454632b
Merge: 1ff8fa3 9925d8b
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Fri Dec 22 11:33:58 2023 -0800

    Merge pull request #6 from freakyzoidberg/reorginize-internal
    
    Reorganize internal shared code in internal module

 Dockerfile => build/Dockerfile                 |  5 ++-
 Dockerfile => build/run-docker-test.sh         | 20 +++---------
 common/testutils/utils.go                      | 14 --------
 common/utils_slice.go                          | 29 -----------------
 frequencies/longs_sketch.go                    |  5 +--
 frequencies/longs_sketch_serialization_test.go | 28 ++++++++--------
 frequencies/longs_sketch_test.go               |  6 ++--
 frequencies/reverse_purge_long_hash_map.go     |  9 +++---
 hll/hll_6array.go                              | 13 ++++----
 hll/hll_array.go                               | 10 +++---
 hll/hll_sketch.go                              |  4 +--
 hll/hll_sketch_serialization_test.go           | 44 +++++++++++++-------------
 hll/hll_utils.go                               |  3 +-
 hll/preamble_utils.go                          |  9 +++---
 hll/relative_error_tables.go                   |  6 ++--
 hll/union.go                                   |  6 ++--
 {thetacommon => internal}/quick_select.go      |  2 +-
 {common => internal}/utils.go                  | 29 ++++++++++++++++-
 {common => internal}/utils_test.go             |  2 +-
 thetacommon/theta_utils.go                     | 22 -------------
 20 files changed, 107 insertions(+), 159 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org