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

Support arbitrary hash algorithms via interface, default to crc3, fix deadlocks #3

Merged
merged 3 commits into from
Nov 20, 2018

Conversation

gkinsman
Copy link
Contributor

@gkinsman gkinsman commented Nov 20, 2018

Pretty simple - I'd like to use murmur32 instead of crc32 as it has better consistency across guids. So this introduces an interface that can be passed in the ctor, and defaults to crc32 🙂.

Update: Also found some deadlocks caused by entering write locks without exiting them.

@gkinsman gkinsman changed the title Support arbitrary hash algorithms via interface, default to crc32 Support arbitrary hash algorithms via interface, default to crc3, fix deadlocks Nov 20, 2018
@tg123
Copy link
Owner

tg123 commented Nov 20, 2018

Thank you
cloud you please also bump the version to <Version>1.0.3</Version> ?

@gkinsman
Copy link
Contributor Author

Done 🙂

@tg123 tg123 merged commit ae923f2 into tg123:master Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants