You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2020/11/21 22:29:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-10682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jorge Leitão resolved ARROW-10682.
----------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 8736
[https://github.com/apache/arrow/pull/8736]

> [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
>            Assignee: Jörn Horstmann
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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)