You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/06/08 14:12:00 UTC

[jira] [Created] (ARROW-9067) [C++] Create reusable branchless / vectorized index boundschecking functions

Wes McKinney created ARROW-9067:
-----------------------------------

             Summary: [C++] Create reusable branchless / vectorized index boundschecking functions
                 Key: ARROW-9067
                 URL: https://issues.apache.org/jira/browse/ARROW-9067
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 1.0.0


It is possible to do branch-free index boundschecking in batches for better performance. 

I am implementing this as part of the Take/Filter optimization (so please wait until I have PRs up for this work), but these functions can be moved somewhere more general purpose and used in places where we are currently boundschecking inside inner loops.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)