Commits


mwish authored and GitHub committed 5978729277e
GH-37293: [C++][Parquet] Encoding: Add Benchmark for DELTA_BYTE_ARRAY (#37641) ### Rationale for this change Add benchmark for DELTA_BYTE_ARRAY in parquet, and do tiny optimization. ### What changes are included in this PR? Add benchmark for DELTA_BYTE_ARRAY in parquet, and do tiny optimization. ### Are these changes tested? no ### Are there any user-facing changes? no * Closes: #37293 Lead-authored-by: mwish <maplewish117@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>