This is an automated email from the ASF dual-hosted git repository. proost pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datasketches-go.git
commit fabb7290e16ce96120492590c7fb974bb0e02cef Merge: 2fb0b97 83d91c4 Author: Hyeonho Kim <[email protected]> AuthorDate: Sat Jan 17 10:48:25 2026 +0900 Merge pull request #101 from proost/feat-tdigest-serialization feat: add t-digest serialization README.md | 13 +- .../tdigest_double_buf_n0_cpp.sk | Bin 0 -> 8 bytes .../tdigest_double_buf_n1000000_cpp.sk | Bin 0 -> 5392 bytes .../tdigest_double_buf_n100000_cpp.sk | Bin 0 -> 2480 bytes .../tdigest_double_buf_n10000_cpp.sk | Bin 0 -> 8032 bytes .../tdigest_double_buf_n1000_cpp.sk | Bin 0 -> 2736 bytes .../tdigest_double_buf_n100_cpp.sk | Bin 0 -> 832 bytes .../tdigest_double_buf_n10_cpp.sk | Bin 0 -> 112 bytes .../tdigest_double_buf_n1_cpp.sk | Bin 0 -> 16 bytes .../cpp_generated_files/tdigest_double_n0_cpp.sk | Bin 0 -> 8 bytes .../tdigest_double_n1000000_cpp.sk | Bin 0 -> 2224 bytes .../tdigest_double_n100000_cpp.sk | Bin 0 -> 2192 bytes .../tdigest_double_n10000_cpp.sk | Bin 0 -> 1984 bytes .../tdigest_double_n1000_cpp.sk | Bin 0 -> 1584 bytes .../cpp_generated_files/tdigest_double_n100_cpp.sk | Bin 0 -> 1248 bytes .../cpp_generated_files/tdigest_double_n10_cpp.sk | Bin 0 -> 192 bytes .../cpp_generated_files/tdigest_double_n1_cpp.sk | Bin 0 -> 16 bytes .../tdigest_float_buf_n0_cpp.sk | Bin 0 -> 8 bytes .../tdigest_float_buf_n1000000_cpp.sk | Bin 0 -> 2704 bytes .../tdigest_float_buf_n100000_cpp.sk | Bin 0 -> 1248 bytes .../tdigest_float_buf_n10000_cpp.sk | Bin 0 -> 4024 bytes .../tdigest_float_buf_n1000_cpp.sk | Bin 0 -> 1376 bytes .../tdigest_float_buf_n100_cpp.sk | Bin 0 -> 424 bytes .../tdigest_float_buf_n10_cpp.sk | Bin 0 -> 64 bytes .../tdigest_float_buf_n1_cpp.sk | Bin 0 -> 12 bytes .../cpp_generated_files/tdigest_float_n0_cpp.sk | Bin 0 -> 8 bytes .../tdigest_float_n1000000_cpp.sk | Bin 0 -> 1120 bytes .../tdigest_float_n100000_cpp.sk | Bin 0 -> 1104 bytes .../tdigest_float_n10000_cpp.sk | Bin 0 -> 1000 bytes .../cpp_generated_files/tdigest_float_n1000_cpp.sk | Bin 0 -> 800 bytes .../cpp_generated_files/tdigest_float_n100_cpp.sk | Bin 0 -> 632 bytes .../cpp_generated_files/tdigest_float_n10_cpp.sk | Bin 0 -> 104 bytes .../cpp_generated_files/tdigest_float_n1_cpp.sk | Bin 0 -> 12 bytes .../go_generated_files/tdigest_double_buf_n0_go.sk | Bin 0 -> 8 bytes .../tdigest_double_buf_n1000000_go.sk | Bin 0 -> 5392 bytes .../tdigest_double_buf_n100000_go.sk | Bin 0 -> 2480 bytes .../tdigest_double_buf_n10000_go.sk | Bin 0 -> 8032 bytes .../tdigest_double_buf_n1000_go.sk | Bin 0 -> 2736 bytes .../tdigest_double_buf_n100_go.sk | Bin 0 -> 832 bytes .../tdigest_double_buf_n10_go.sk | Bin 0 -> 112 bytes .../go_generated_files/tdigest_double_buf_n1_go.sk | Bin 0 -> 16 bytes .../go_generated_files/tdigest_double_n0_go.sk | Bin 0 -> 8 bytes .../tdigest_double_n1000000_go.sk | Bin 0 -> 2224 bytes .../tdigest_double_n100000_go.sk | Bin 0 -> 2192 bytes .../go_generated_files/tdigest_double_n10000_go.sk | Bin 0 -> 1984 bytes .../go_generated_files/tdigest_double_n1000_go.sk | Bin 0 -> 1584 bytes .../go_generated_files/tdigest_double_n100_go.sk | Bin 0 -> 1248 bytes .../go_generated_files/tdigest_double_n10_go.sk | Bin 0 -> 192 bytes .../go_generated_files/tdigest_double_n1_go.sk | Bin 0 -> 16 bytes .../java_generated_files/tdigest_double_n0_java.sk | Bin 0 -> 8 bytes .../tdigest_double_n1000000_java.sk | Bin 0 -> 2224 bytes .../tdigest_double_n100000_java.sk | Bin 0 -> 2192 bytes .../tdigest_double_n10000_java.sk | Bin 0 -> 1984 bytes .../tdigest_double_n1000_java.sk | Bin 0 -> 1584 bytes .../tdigest_double_n100_java.sk | Bin 0 -> 1248 bytes .../tdigest_double_n10_java.sk | Bin 0 -> 192 bytes .../java_generated_files/tdigest_double_n1_java.sk | Bin 0 -> 16 bytes tdigest/double_decoder.go | 601 +++++++++ tdigest/double_encoder.go | 206 ++++ tdigest/double_serialization_test.go | 1273 ++++++++++++++++++++ tdigest/tdigest_ref_k100_n10000_double.sk | Bin 0 -> 976 bytes tdigest/tdigest_ref_k100_n10000_float.sk | Bin 0 -> 502 bytes 62 files changed, 2087 insertions(+), 6 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
