parthchandra commented on issue #4654: URL: https://github.com/apache/datafusion-comet/issues/4654#issuecomment-4713437051
One reason to keep the native - future optimizations to execute native code faster by taking explicit advantage of SIMD or cpu specific instructions is unlikely to be possible with codegen dispatch. One more factor to consider is that the 'incompatibility' may be only in edge cases and the majority of the users may never ever encounter these cases. Is the definition of incompatibility too strict in some cases? There is also the irony of describing Comet as a native, memory-safe implementation, if an increasingly large percentage of the implementation passes thru codegen dispatch. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
