rluvaton opened a new pull request, #8656: URL: https://github.com/apache/arrow-rs/pull/8656
# Which issue does this PR close? N/A # Rationale for this change doing `OffsetBuffer::from_lengths(std::iter::repeat_n(size, value.len()));` does not utilize SIMD due to vector push inside from length. also this will be beneficial for: - #8653 which use repeat_n # What changes are included in this PR? added new function # Are these changes tested? yes # Are there any user-facing changes? yes -- 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]
