bgadrian / go-checksum-benchmarks

Collection of benchmarks for top non-cryptographic hash functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checksums benchmarks

This project was used for research, I want to know which checksum to use (best for all):

  • small text
  • small binary
  • encrypted data

What are we looking for:

  • very fast
  • low collision rate for small messages

We do not care about the cryptographic hashes, I only need an unique hash for each input.

Algorithms:

About

Collection of benchmarks for top non-cryptographic hash functions

License:MIT License


Languages

Language:Go 100.0%