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

   # Which issue does this PR close?
   
   - Closes #NNN.
   
   # Rationale for this change
   
   This PR builds on top of #9626, improving the results on those benchmarks.
   
   # What changes are included in this PR?
   
   1. Similar to #9625, branch the function into the null and non-null paths
   2. Copy the list elements in a single pass while building the offsets, 
allocating less intermediate state.
   
   # Are these changes tested?
   
   Added a few tests for sliced list arrays.
   
   # Are there any user-facing changes?
   
   No
   


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