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

   # Which issue does this PR close?
   
   - part of https://github.com/apache/arrow-rs/issues/9298
   
   
   # Rationale for this change
   
   While reviewing https://github.com/apache/arrow-rs/pull/9294 from @Dandandan 
 I noticed some other places where we can avoid making ArrayData and thus save 
some allocations  (and `unsafe`)
   
   I don't expect this to make a huge performance difference, but every little 
allocation helps, and I think the change is justified simply from the 
perspective of avoiding some more `unsafe`
   
   
   # What changes are included in this PR?
   
   Construct primitive arrays directly
   
   # Are these changes tested?
   
   By existing CI
   # Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   
   If there are any breaking changes to public APIs, please call them out.
   -->
   


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