[
https://issues.apache.org/jira/browse/ARROW-10079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neville Dipale reassigned ARROW-10079:
--------------------------------------
Assignee: Jörn Horstmann
> [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
> Assignee: Jörn Horstmann
> Priority: Minor
> Labels: pull-request-available
> Fix For: 3.0.0
>
> Time Spent: 1h 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)