tustvold commented on code in PR #4818:
URL: https://github.com/apache/arrow-rs/pull/4818#discussion_r1328072668
##########
arrow-row/src/variable.rs:
##########
@@ -26,6 +26,12 @@ use arrow_schema::{DataType, SortOptions};
/// The block size of the variable length encoding
pub const BLOCK_SIZE: usize = 32;
+/// The first block is split into `MINI_BLOCK_COUNT` mini-blocks
+pub const MINI_BLOCK_COUNT: usize = 4;
Review Comment:
I didn't find this to yield a meaningful performance delta
--
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]