tobixdev commented on PR #8543:
URL: https://github.com/apache/arrow-rs/pull/8543#issuecomment-3365471189

   With the new `Extend`:
   
   ```
   BooleanArray::from_iter:   [46.030 µs 46.107 µs 46.196 µs]
   BooleanArray::from_trusted_len_iter:   [39.073 µs 39.508 µs 39.973 µs]
   ```
   
   With the old `Extend`:
   
   ```
   BooleanArray::from_iter:   [76.143 µs 76.189 µs 76.247 µs]
   BooleanArray::from_trusted_len_iter:   [40.139 µs 40.358 µs 40.620 µs]
   ```


-- 
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]

Reply via email to