This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from ed355945d2 GH-48897: [C++] Benchmark and optimize CountSetBits (#48898)
add 3ed916976d GH-48864: [C++] Support customizing more Zstd parameters
(#48865)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/util/compression.cc | 10 +-
cpp/src/arrow/util/compression.h | 12 ++
cpp/src/arrow/util/compression_internal.h | 6 +-
cpp/src/arrow/util/compression_test.cc | 230 +++++++++++++++++++++++-------
cpp/src/arrow/util/compression_zstd.cc | 135 +++++++++++-------
cpp/src/parquet/column_writer_test.cc | 7 +
cpp/src/parquet/properties_test.cc | 6 +-
7 files changed, 297 insertions(+), 109 deletions(-)