rluvaton opened a new pull request, #8658:
URL: https://github.com/apache/arrow-rs/pull/8658

   # Which issue does this PR close?
   
   N/A
   
   # Rationale for this change
   
   I want to repeat the same value multiple times in a very fast way
   which will be used in:
   - https://github.com/apache/arrow-rs/pull/8653
   
   # What changes are included in this PR?
   
   Created a function in `MutableBuffer` to repeat a slice a number of times in 
a logarithmic way to reduce memcopy calls
   
   # Are these changes tested?
   
   Yes
   
   # Are there any user-facing changes?
   
   Yes, and added docs
   
   -------
   
   Extracted from:
   - https://github.com/apache/arrow-rs/pull/8653


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