JoaoAparicio opened a new pull request, #422:
URL: https://github.com/apache/arrow-julia/pull/422

   If we let transcode to its own allocation it will allocate a small vector, 
start filling it, resize the vector, fill it some more, resize the vector, etc.
   
   Instead in this commit we pre-allocate a vector of the corect size and pass 
it to transcode().
   
   Inspired by https://github.com/apache/arrow-julia/pull/399


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