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

Consider using xxhash vs sha256 #70

Open
SilentCicero opened this issue Mar 1, 2018 · 1 comment
Open

Consider using xxhash vs sha256 #70

SilentCicero opened this issue Mar 1, 2018 · 1 comment

Comments

@SilentCicero
Copy link

You might want to consider a faster hashing algo for ID creation.

Such as:
https://www.npmjs.com/package/xxhashjs

@GAumala
Copy link

GAumala commented Sep 26, 2018

Maybe there could be an option where user can set his/her own hash function? I'm not sure why is it needed to hash the key before inserting it to the store. Maybe it could also be disabled with this option just by setting the identity function...

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

2 participants