Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 23 hours ago
JSON representation
Ultra-fast hashing of bytes, strings and reader contents.
- Host: GitHub
- URL: https://github.com/akyoto/hash
- Owner: akyoto
- Created: 2019-05-26T05:17:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T14:15:49.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T10:09:26.168Z (5 months ago)
- Topics: go, hash, hash-functions, hashing
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 5
- Watchers: 3
- 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.