-
Notifications
You must be signed in to change notification settings - Fork 20
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
Usage #20
Comments
Also great performance work! |
@mrjjwright this library mostly used to check unique object values. In javascript simple For example it's useful if you have different sources of data and you want to ensure that there will be no duplicates in your database, you may calculate hash, add such field into your document and check if it's unique. And if it's not you may perform something like merge doc, or overwrite. Also it can be used for cache. Some dependents of this library as far as I know are kind of webpack plugins and they calculate hash of files metadata in order to check if file already being built. |
Thanks for this helpful overview! |
I am sorry if this comes off as a dumb question but what are some of examples of what you could use this library to do? I have entertained the idea of hashing my objects into a history tree, similar to git and things like that. I was curious what others actually use this for.
The text was updated successfully, but these errors were encountered: