alamb commented on PR #3452: URL: https://github.com/apache/arrow-rs/pull/3452#issuecomment-1371580612
> I'm inclined to think most people can safely make this trade-off? I personally think it is more beneficial to choose the appropriate target architecture higher up at the application level rather than in a lower level library. For example, I would rather compile several versions of our top level `influxdb_iox` binary for various different architectures / instruction sets and pick between those binaries in a launcher rather than have the choice done inside of the low level arrow library I would prefer the top level approach because more of my application could take advantage of the target cpu's instructions (via llvm's support for auto vectorization, for example), rather than just arrow. -- 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]
