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

ISPN-1780 - MurmurHash3 performance optimizations #893

Closed
wants to merge 1 commit into from

Conversation

danberindei
Copy link
Member

I inlined the MurmurHash3_x64_128 method into MurmurHash3_x64_64 and hash(hashCode),
then I removed the extra array allocations.

The resulting hash is still identical to the old methods.

I inlined the MurmurHash3_x64_128 method into MurmurHash3_x64_64 and hash(hashCode),
then I removed the extra array allocations.

The resulting hash is still identical to the old methods.
@Sanne
Copy link
Member

Sanne commented Jan 26, 2012

this should have had a different JIRA number - it's confusing as 1780 was included in 5.1.0.FINAL, but this didn't make it.

@danberindei
Copy link
Member Author

I mixed-up the issue numbers, it was supposed to be ISPN-1787.

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