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

https://github.com/00ryanwelzel/hashalgorithmtester

Wrote a test script a bit ago to determine the clumping of hash algorithms.
https://github.com/00ryanwelzel/hashalgorithmtester

cpp hash-table-analysis hash-tables hashing-algorithms

Last synced: 5 months ago
JSON representation

Wrote a test script a bit ago to determine the clumping of hash algorithms.

Awesome Lists containing this project

README

          

(Ryan Welzel 4/10/2025)

hashAlgorithmTester:

Wrote a test script a bit ago to determine the clumping of hash algorithms. Custom user input files are used.

note:
The first line of any input file must dictate the size of the hash table. (5 <= len <= 100)
The lower stddev the better, as in this case it means the information is more evenly dispersed.