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

Neodigm Utils | Generate Hash function - Simple, deterministic, unique hash value given a string. #68

Closed
neodigm opened this issue Jul 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@neodigm
Copy link
Collaborator

neodigm commented Jul 6, 2023

Will need in the near future for advanced cache management.

Usage:
neodigmUtils.genHash("Hello World");

@neodigm neodigm added the enhancement New feature or request label Jul 6, 2023
@neodigm neodigm self-assigned this Jul 6, 2023
@neodigm
Copy link
Collaborator Author

neodigm commented Jul 6, 2023

This is complete in v3.0.

Note: The number returned can be negative. If you require a positive value, ABS in the implementation code.

@neodigm neodigm closed this as completed Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant