Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.