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

ASF GitHub Bot updated ARROW-10079:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Rust]: Benchmark and improve count_set_bits function
> -----------------------------------------------------
>
>                 Key: ARROW-10079
>                 URL: https://issues.apache.org/jira/browse/ARROW-10079
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>    Affects Versions: 1.0.1
>            Reporter: Jörn Horstmann
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> `count_set_bits` and `count_set_bits_offset` currently use a lookup table for 
> each byte. I'm thinking it should be more efficient to iterate the data in 
> larger chunks and use the builtin `count_ones` function.



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

Reply via email to