This is an automated email from the ASF dual-hosted git repository.
placave pushed a change to branch cpc-sketch
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git
from 6cf8ccb add compress/uncompress structure for CPC
add 387030b add methods to CPC
add b6fd2f2 make methods private, create public family
add 39af5ea make family private
add 02d5e08 remove panic from src
add da279f5 Remove panic from cpc_union.go
add 0134b57 fix syntax error
add 2ab5d83 Merge pull request #29 from QasimKhan5d/cpc-sketch
No new revisions were added by this update.
Summary of changes:
cpc/cpc_compressed_state.go | 4 +-
cpc/cpc_sketch.go | 156 ++++++++++++++++++++++-----
cpc/cpc_sketch_serialization_test.go | 4 +-
cpc/cpc_sketch_test.go | 66 +++++++++++-
cpc/cpc_union.go | 58 ++++++----
cpc/cpc_union_test.go | 6 +-
cpc/pair_table.go | 65 +++++++++++-
cpc/test_util.go | 198 +++++++++++++++++++++++++++++++++++
8 files changed, 502 insertions(+), 55 deletions(-)
create mode 100644 cpc/test_util.go
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]