We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
arXiv:1709.07821 Roaring Bitmaps: Implementation of an Optimized Software Library (Section 4.1.1)
arXiv:1611.07612 Faster Population Counts Using AVX2 Instructions
Our approach has been adopted by LLVM: it is used by its popular C compiler (clang).
Is this already done?
The text was updated successfully, but these errors were encountered:
I am pretty sure it hasn't been implemented.
Sorry, something went wrong.
llvm might be doing it for us :)
It does. Both for counting cardinality, and for counting while performing a set op.
https://godbolt.org/z/EKb3qvj5T
No branches or pull requests
arXiv:1709.07821 Roaring Bitmaps: Implementation of an Optimized Software Library (Section 4.1.1)
arXiv:1611.07612 Faster Population Counts Using AVX2 Instructions
Is this already done?
The text was updated successfully, but these errors were encountered: