Dandandan commented on issue #9059:
URL: https://github.com/apache/arrow-rs/issues/9059#issuecomment-3776504181

   Looking a bit the code related to `ViewBuffer` / `read` methods I also see 
the pattern of pushing / appending elements element-by-element.
   
   Converting it to use `extend` should also help here as it will not use the 
per-element capacity check / improve code output / can use the faster 
`TrustedLen` optimizations.


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