tobixdev opened a new pull request, #8564: URL: https://github.com/apache/arrow-rs/pull/8564
# Which issue does this PR close? This is a follow-up to #8543 . There we discussed two outstanding issues that this PR tries to address. # Rationale for this change Address the points from the PR. # What changes are included in this PR? 1. Improve benchmarks (use a dynamically dispatched compiler to avoid `Vec`-specific optimizations) 2. Also use `ExactSizeIterator` for the `PrimitiveArray` # Are these changes tested? Existing test for `PrimitiveArray` # Are there any user-facing changes? Yes, `PrimitiveArray::from_trusted_len_iter` is more restrictive. -- 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]
