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 ad8c1fa Merge pull request #33 from QasimKhan5d/cpc-sketch
add 22bd899 simplify offset access and generalize preamble clearing in
putFirst8
add d763ad6 add new test and make dir in TestGenerateGoFiles
add f825646 canonicalize float64 inputs and robustify sparse→windowed
promotion in CpcSketch
add 1d2f500 improve CpcUnion Update/Reduce logic, clarify cases, and add
GetBitMatrix helper
add 80f8fd7 improve correctness and flexibility of pairTable
insert/delete/resize logic
add 134e654 add go cpc sketches
add d459699 Merge pull request #34 from QasimKhan5d/cpc-sketch-temporary
No new revisions were added by this update.
Summary of changes:
cpc/cpc_sketch.go | 73 +++++++---
cpc/cpc_sketch_serialization_test.go | 38 +++++
cpc/cpc_union.go | 95 ++++++------
cpc/pair_table.go | 162 ++++++++++++++++-----
cpc/utils.go | 11 +-
.../go_generated_files/cpc_n0_go.sk | Bin 0 -> 8 bytes
.../go_generated_files/cpc_n100_go.sk | Bin 0 -> 132 bytes
.../cpc_n200000_go.sk} | Bin 1280 -> 1280 bytes
.../cpc_n20000_go.sk} | Bin 1280 -> 1280 bytes
.../cpc_n2000_go.sk} | Bin 856 -> 856 bytes
.../cpc_n200_go.sk} | Bin 204 -> 204 bytes
.../go_generated_files/cpc_negative_one_go.sk | Bin 0 -> 36 bytes
.../hll4_n0_go.sk} | Bin
.../hll4_n1000000_go.sk} | Bin
.../hll4_n100000_go.sk} | Bin
.../hll4_n10000_go.sk} | Bin
.../hll4_n1000_go.sk} | Bin
.../hll4_n100_go.sk} | Bin
.../hll4_n10_go.sk} | Bin
.../hll4_n1_go.sk} | Bin
.../hll6_n0_go.sk} | Bin
.../hll6_n1000000_go.sk} | Bin
.../hll6_n100000_go.sk} | Bin
.../hll6_n10000_go.sk} | Bin
.../hll6_n1000_go.sk} | Bin
.../hll6_n100_go.sk} | Bin
.../hll6_n10_go.sk} | Bin
.../hll6_n1_go.sk} | 0
.../hll8_n0_go.sk} | Bin
.../hll8_n1000000_go.sk} | Bin
.../hll8_n100000_go.sk} | Bin
.../hll8_n10000_go.sk} | Bin
.../hll8_n1000_go.sk} | Bin
.../hll8_n100_go.sk} | Bin
.../hll8_n10_go.sk} | Bin
.../hll8_n1_go.sk} | 0
36 files changed, 272 insertions(+), 107 deletions(-)
create mode 100644 serialization_test_data/go_generated_files/cpc_n0_go.sk
create mode 100644 serialization_test_data/go_generated_files/cpc_n100_go.sk
copy serialization_test_data/{java_generated_files/cpc_n200000_java.sk =>
go_generated_files/cpc_n200000_go.sk} (93%)
copy serialization_test_data/{java_generated_files/cpc_n20000_java.sk =>
go_generated_files/cpc_n20000_go.sk} (93%)
copy serialization_test_data/{java_generated_files/cpc_n2000_java.sk =>
go_generated_files/cpc_n2000_go.sk} (89%)
copy serialization_test_data/{java_generated_files/cpc_n200_java.sk =>
go_generated_files/cpc_n200_go.sk} (52%)
create mode 100644
serialization_test_data/go_generated_files/cpc_negative_one_go.sk
copy serialization_test_data/{cpp_generated_files/hll4_n0_cpp.sk =>
go_generated_files/hll4_n0_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll4_n1000000_cpp.sk =>
go_generated_files/hll4_n1000000_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll4_n100000_cpp.sk =>
go_generated_files/hll4_n100000_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll4_n10000_cpp.sk =>
go_generated_files/hll4_n10000_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll4_n1000_cpp.sk =>
go_generated_files/hll4_n1000_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll4_n100_cpp.sk =>
go_generated_files/hll4_n100_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll4_n10_cpp.sk =>
go_generated_files/hll4_n10_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll4_n1_cpp.sk =>
go_generated_files/hll4_n1_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll6_n0_cpp.sk =>
go_generated_files/hll6_n0_go.sk} (100%)
copy serialization_test_data/{java_generated_files/hll6_n1000000_java.sk =>
go_generated_files/hll6_n1000000_go.sk} (100%)
copy serialization_test_data/{java_generated_files/hll6_n100000_java.sk =>
go_generated_files/hll6_n100000_go.sk} (100%)
copy serialization_test_data/{java_generated_files/hll6_n10000_java.sk =>
go_generated_files/hll6_n10000_go.sk} (100%)
copy serialization_test_data/{java_generated_files/hll6_n1000_java.sk =>
go_generated_files/hll6_n1000_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll6_n100_cpp.sk =>
go_generated_files/hll6_n100_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll6_n10_cpp.sk =>
go_generated_files/hll6_n10_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll6_n1_cpp.sk =>
go_generated_files/hll6_n1_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll8_n0_cpp.sk =>
go_generated_files/hll8_n0_go.sk} (100%)
copy serialization_test_data/{java_generated_files/hll8_n1000000_java.sk =>
go_generated_files/hll8_n1000000_go.sk} (100%)
copy serialization_test_data/{java_generated_files/hll8_n100000_java.sk =>
go_generated_files/hll8_n100000_go.sk} (100%)
copy serialization_test_data/{java_generated_files/hll8_n10000_java.sk =>
go_generated_files/hll8_n10000_go.sk} (100%)
copy serialization_test_data/{java_generated_files/hll8_n1000_java.sk =>
go_generated_files/hll8_n1000_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll8_n100_cpp.sk =>
go_generated_files/hll8_n100_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll8_n10_cpp.sk =>
go_generated_files/hll8_n10_go.sk} (100%)
copy serialization_test_data/{cpp_generated_files/hll8_n1_cpp.sk =>
go_generated_files/hll8_n1_go.sk} (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]