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)

Reply via email to