You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/04/05 21:24:17 UTC

[GitHub] [arrow] westonpace commented on issue #34845: Performance of explicit array comparison faster vs. Arrow compute

westonpace commented on issue #34845:
URL: https://github.com/apache/arrow/issues/34845#issuecomment-1498181206

   @assignUser 's point is a good one.  In addition, are you including the construction and resizing of the boolean builder as part of your benchmark?  This will be a part of the compute function execution (it needs to allocate a result array).
   
   There's a good chance the compiler is able to optimize that comparison function pretty effectively.  It may be able to do a better job than the compute function since the size oft he arrays is known ahead of time.
   
   Are you able to share your benchmark code?


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

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