-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Optimized BitArray.hash(hasher) #5101
Conversation
# See `Object#hash(hasher)` | ||
def hash(hasher) | ||
hasher = size.hash(hasher) | ||
hasher = to_slice.hash(hasher) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should edit the NOTE
above in ==
to mention that hash
would have to change too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, done.
Just like BitArray.==
Just want to note that CircleCI is someway broken now,
|
@RX14 looks we need your approve. |
No description provided.