You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/06/13 16:00:14 UTC

[arrow-rs] branch master updated (4fc05636b -> 700bd334a)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from 4fc05636b More take benchmarks (#4403)
     add 700bd334a Improve `take` kernel performance on primitive arrays, fix bad null index handling  (#4404) (#4405)

No new revisions were added by this update.

Summary of changes:
 arrow-buffer/src/buffer/boolean.rs |   1 +
 arrow-buffer/src/buffer/scalar.rs  |   6 +
 arrow-select/src/take.rs           | 434 ++++++++++---------------------------
 3 files changed, 121 insertions(+), 320 deletions(-)