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

bitSet: macros and vector storage #22

Closed
wants to merge 1 commit into from

Conversation

mdavidsaver
Copy link
Member

Use std::vector to manage storage instead of raw array. Make some global variable "constants" into macros so they can be inlined. Add swap() method.

use std::vector<uint64> to manage storage.
Make some global variable "constants" into macros.
add swap()
@mdavidsaver mdavidsaver self-assigned this Jan 25, 2016
@mdavidsaver mdavidsaver assigned dhickin and unassigned mdavidsaver Feb 2, 2016
@msekoranja
Copy link
Contributor

Looks good to me.

@mdavidsaver
Copy link
Member Author

I've found subtle but significant bugs. Don't merge. An update is in progress, which depend on #17 for added tests.

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

Successfully merging this pull request may close these issues.

None yet

3 participants