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 d459699 Merge pull request #34 from QasimKhan5d/cpc-sketch-temporary add 5ed7ad9 implement compression and decompression logic in CpcCompressedState add 103b650 make exportToMemory private add 043884c add CpcCompressedState tests add e70d070 Merge pull request #35 from QasimKhan5d/cpc-sketch No new revisions were added by this update. Summary of changes: cpc/cpc_compressed_state.go | 1047 ++++++++++++++++++++++++++++++++++++-- cpc/cpc_compressed_state_test.go | 427 ++++++++++++++++ cpc/cpc_sketch.go | 2 +- 3 files changed, 1445 insertions(+), 31 deletions(-) create mode 100644 cpc/cpc_compressed_state_test.go --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datasketches.apache.org For additional commands, e-mail: commits-h...@datasketches.apache.org