https://github.com/akyoto/hash
Ultra-fast hashing of bytes, strings and reader contents.
https://github.com/akyoto/hash
go hash hash-functions hashing
Last synced: about 1 year ago
JSON representation
Ultra-fast hashing of bytes, strings and reader contents.
- Host: GitHub
- URL: https://github.com/akyoto/hash
- Owner: akyoto
- Archived: true
- Created: 2019-05-26T05:17:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T14:15:49.000Z (over 4 years ago)
- Last Synced: 2025-03-22T16:51:55.245Z (about 1 year ago)
- Topics: go, hash, hash-functions, hashing
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Currently abandoned in favor of https://github.com/zeebo/xxh3, an XXH3 port for Go that I didn't know about until recently.
It is superior to the old algorithm included in this repository, which is why I will leave the existing interface as
wrapper functions to the library mentioned above. Please help the XXH3 port instead.