jjones-99 / cs4500-sp2020-a1-part2-jones-tam

Jackie Tam and Jared Jones' work for Assignment 1: Part 2 of Software Development in Spring 2020.
0 stars 2 forks source link

tests: add test extra large map #18

Closed grahamwren closed 4 years ago

grahamwren commented 4 years ago

Fixes #16

Used 4096 keys because triggered several rehashes and was big enough to see bottlenecks well. Very dependent on String hash function so make sure that is actually generating well-distributed results.