paleolimbot commented on issue #593:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/593#issuecomment-2302796623

   I am probably the wrong person to ask here since I don't mind classic loops 
and the iteration that I usually have to do is to convert between row-oriented 
systems and Arrow (e.g., database drivers). There is definitely appetite to 
interact with Arrow from C++ and I'm not sure I have the answers about the 
scope of that or if nanoarrow is the right place!
   
   Tiny nit: you can re-use the same `nanoarrow::UniqueArrayView` for every 
array in the stream (e.g., initialize it before the array stream loop and just 
setarray for each one). Probably this is only meaningful for large numbers of 
very small arrays (or if there are a lot of columns).


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