-
Notifications
You must be signed in to change notification settings - Fork 33
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
Bug in previousClearBit #15
Comments
BrentDouglas
added a commit
to BrentDouglas/SparseBitSet
that referenced
this issue
Nov 10, 2018
Currently it sets the length to the position of the needle in the first word it looks up and only searches indices below that. This is incorrect after the initial word where we need to search from the top.
BrentDouglas
added a commit
to BrentDouglas/SparseBitSet
that referenced
this issue
Nov 10, 2018
Currently it sets the length to the position of the needle in the first word it looks up and only searches indices below that. This is incorrect after the initial word where we need to search from the top.
BrentDouglas
added a commit
to BrentDouglas/SparseBitSet
that referenced
this issue
Nov 10, 2018
Currently it sets the length to the position of the needle in the first word it looks up and only searches indices below that. This is incorrect after the initial word where we need to search from the top.
BrentDouglas
added a commit
to BrentDouglas/SparseBitSet
that referenced
this issue
Nov 10, 2018
Currently it sets the length to the position of the needle in the first word it looks up and only searches indices below that. This is incorrect after the initial word where we need to search from the top.
brettwooldridge
pushed a commit
that referenced
this issue
Nov 10, 2018
Hi, any chance of a new release with these fixes? Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
while testing the 1.2 version I found the following issue:
Expected: (consistent with BitSet)
Got:
@BrentDouglas
The text was updated successfully, but these errors were encountered: