You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jörn Horstmann (Jira)" <ji...@apache.org> on 2020/11/21 21:47:00 UTC

[jira] [Created] (ARROW-10682) [Rust] Sort kernel performance tuning

Jörn Horstmann created ARROW-10682:
--------------------------------------

             Summary: [Rust] Sort kernel performance tuning
                 Key: ARROW-10682
                 URL: https://issues.apache.org/jira/browse/ARROW-10682
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust
            Reporter: Jörn Horstmann


The `is_valid` calls inside the lexical comparator are not being inlined because calls go through a `dyn Array`. We can instead call the `is_valid` function of `ArrayData` directly.



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