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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
