xinlifoobar commented on PR #6231: URL: https://github.com/apache/arrow-rs/pull/6231#issuecomment-2296097484
Observations Based on Changes: 1. The inline implementation of start_withs resulted in notable performance improvements. 2. Switching from &str to &[u8] showed only marginal performance gains (a few milliseconds), with a trade-off in flexibility and readability. Since str is essentially a byte container, the benefits do not justify the loss in code clarity. 3. There is no significant performance difference between using `BooleanArray::from::<Vec<bool>>` and `BooleanArray::fromUnary`. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org