https://github.com/mysza/stringhash
Generate string representation of murmur3 hash of string.
https://github.com/mysza/stringhash
golang golang-library hashing strings uniqueness
Last synced: 5 months ago
JSON representation
Generate string representation of murmur3 hash of string.
- Host: GitHub
- URL: https://github.com/mysza/stringhash
- Owner: mysza
- License: mit
- Created: 2016-12-30T00:13:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T21:03:33.000Z (about 4 years ago)
- Last Synced: 2024-06-20T06:37:30.727Z (about 2 years ago)
- Topics: golang, golang-library, hashing, strings, uniqueness
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stringhash
Generate string representation of murmur3 hash of some string
This solution is a quick approach for generating short, as-much-as-possible non-repeatable IDs for string resources.