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

Class similar to CMurmurHash2A, using the MurmurHash3 algorithm? #1

Closed
GoogleCodeExporter opened this issue Apr 3, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Is there a class similar to CMurmurHash2A, using the MurmurHash3 algorithm, or 
can you explain breifly how it might be produced? I imagine it needs 3 state 
fields, namely h1, c1, and c2. I previously converted CMurmurHash2A to a struct 
in C#, and plan to do the same for the new algorithm. 

Thank you, Frank Hileman

Original issue reported on code.google.com by frank...@gmail.com on 8 Jan 2011 at 5:46

@GoogleCodeExporter
Copy link
Author

I see the algorithm has changed completely and now there is only one 32 bit 
state field, for a 32 bit hash. I created a C# structure to enclose this and 
expose incremental hashing methods.

Original comment by frank...@gmail.com on 13 May 2011 at 10:09

@GoogleCodeExporter
Copy link
Author

I've added Shane Day's portable-ized version of MurmurHash3 to the repository - 
it has an incremental mode similar to CMurmurHash2A.

Original comment by tanj...@gmail.com on 11 May 2012 at 5:31

@GoogleCodeExporter
Copy link
Author

Original comment by tanj...@gmail.com on 11 May 2012 at 5:33

  • Changed state: Fixed

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

No branches or pull requests

1 participant