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

Optimize BitSet::unshift: (1) multiple values, (2) use larger word sizes #146

Open
1 of 3 tasks
TysonAndre opened this issue Feb 15, 2022 · 0 comments
Open
1 of 3 tasks

Comments

@TysonAndre
Copy link
Owner

TysonAndre commented Feb 15, 2022

  • Shift only once for multiple variadic args
  • Use larger word sizes
  • Operate on 64-bit words instead of bytes for all shift/unshift operations, initialize memory when allocating/reallocating to the extent needed for valgrind/functionality? (capacity is a multiple of 64 bits)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant