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.
- Host: GitHub
- URL: https://github.com/00ryanwelzel/hashalgorithmtester
- Owner: 00ryanwelzel
- Created: 2025-04-11T02:43:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T03:14:15.000Z (6 months ago)
- Last Synced: 2025-04-30T15:57:30.487Z (5 months ago)
- Topics: cpp, hash-table-analysis, hash-tables, hashing-algorithms
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.