etseidl commented on code in PR #9477:
URL: https://github.com/apache/arrow-rs/pull/9477#discussion_r2873529318
##########
parquet/benches/arrow_reader.rs:
##########
@@ -1061,6 +1108,36 @@ fn bench_primitive<T>(
assert_eq!(count, EXPECTED_VALUE_COUNT);
});
+ // binary packed same value
Review Comment:
I do have a separate branch for the benches (and will submit separately),
but combined them in this draft. I'd like to do some tests with the other delta
encodings to see if the optimization here has an impact.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]