Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up BitIndexIterator by unrolling #6696

Open
Dandandan opened this issue Nov 6, 2024 · 0 comments
Open

Speed up BitIndexIterator by unrolling #6696

Dandandan opened this issue Nov 6, 2024 · 0 comments
Labels
enhancement Any new improvement worthy of a entry in the changelog performance

Comments

@Dandandan
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
BitIndexIterator is critical to performance of lots of kernels (filter / take and anything dealing with nulls).

This can be made faster

Describe the solution you'd like

Implement optimization described here:
https://lemire.me/blog/2019/05/03/really-fast-bitset-decoding-for-average-densities/

Describe alternatives you've considered

Additional context

@Dandandan Dandandan added enhancement Any new improvement worthy of a entry in the changelog performance labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog performance
Projects
None yet
Development

No branches or pull requests

1 participant