You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/26 20:45:35 UTC

[GitHub] [arrow-nanoarrow] wesm commented on issue #8: Implement `struct ArrowArrayBuilder`

wesm commented on issue #8:
URL: https://github.com/apache/arrow-nanoarrow/issues/8#issuecomment-1195963131

   I'm thinking that performance sensitive applications (especially those that might be migrating from C++ where anything that's in the Arrow builder headers is inlined) many of the builder APIs will need to be either macros or inline-able functions for the best performance as opposed to function pointers, at least when we are talking at the single-value level. @pitrou would probably have some advice about this (many performance critical APIs in CPython are implemented as C macros)


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org