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 e70d070 Merge pull request #35 from QasimKhan5d/cpc-sketch
add 0767315 add bitmatrix
add fe1b6cb add cpc wrapper
add 5b7b84e add all remaining tests
add 5c196f8 Merge pull request #36 from QasimKhan5d/cpc-sketch
No new revisions were added by this update.
Summary of changes:
cpc/all_test.go | 98 ++++++++++
cpc/bit_matrix.go | 96 ++++++++++
cpc/compression_characterization.go | 366 ++++++++++++++++++++++++++++++++++++
cpc/cpc_wrapper.go | 62 ++++++
cpc/cpc_wrapper_test.go | 102 ++++++++++
cpc/merging_validation.go | 315 +++++++++++++++++++++++++++++++
cpc/quick_merging_validation.go | 184 ++++++++++++++++++
cpc/streaming_validation.go | 201 ++++++++++++++++++++
8 files changed, 1424 insertions(+)
create mode 100644 cpc/all_test.go
create mode 100644 cpc/bit_matrix.go
create mode 100644 cpc/compression_characterization.go
create mode 100644 cpc/cpc_wrapper.go
create mode 100644 cpc/cpc_wrapper_test.go
create mode 100644 cpc/merging_validation.go
create mode 100644 cpc/quick_merging_validation.go
create mode 100644 cpc/streaming_validation.go
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]