chadbrewbaker commented on issue #1010:
URL: https://github.com/apache/arrow-rs/issues/1010#issuecomment-993890957


   https://ispc.github.io etc are probably the way to go. For any expensive 
query you will want to shell out to LLVM and custom compile the worker binaries 
before the run - also probably blast the query plan with an SMT solver to 
reduce the expense/runtime depending on your constraints. I would avoid dynamic 
linking like the plague - be like the IBM Blue Gene/L.


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