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

improve succinct bit vector performance #1

Open
takawitter opened this issue Feb 5, 2013 · 1 comment
Open

improve succinct bit vector performance #1

takawitter opened this issue Feb 5, 2013 · 1 comment

Comments

@takawitter
Copy link
Owner

Improve sbv performance by introducing new technics.
candidates are:

  • constant time select.
  • combination of long and short bit indices.
@axkr
Copy link

axkr commented Oct 9, 2023

Just by curiosity 😃

Did you consider the Roaring Bitmaps implementation for creating bit vectors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants