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

Replace fnv with murmur3 #556

Merged
merged 2 commits into from
Dec 5, 2021
Merged

Replace fnv with murmur3 #556

merged 2 commits into from
Dec 5, 2021

Conversation

robinheghan
Copy link
Contributor

After talking to Richard, we agreed to hold back the hash-function change. FNV is a slightly worse hash than Murmur3, and elm-css doesn't have a way to handle hash collisions. It's safer to stick with Murmur3, for now.

Copy link
Owner

@rtfeldman rtfeldman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely, thanks @robinheghan! 🎉

@rtfeldman rtfeldman merged commit 22dcc2a into rtfeldman:master Dec 5, 2021
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.

2 participants