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

Use a faster hash function #37

Open
charliermarsh opened this issue Aug 20, 2014 · 0 comments
Open

Use a faster hash function #37

charliermarsh opened this issue Aug 20, 2014 · 0 comments

Comments

@charliermarsh
Copy link
Collaborator

We probably don't need to be using something that's cryptographically secure (i.e., SHA-1). Instead, we could opt for a faster hash function (like Murmur) or use a checksum (like Adler-32 or CRC32).

For example, React uses Adler-32 to verify that server-generated markup matches client-generated markup (for server-side rendering).

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

No branches or pull requests

1 participant