Changed average hash chain length from 3 to 2. This speeds up string creating in the test (lots of unique strings) by about 20%, and the additional memory usage is not that large. Chainging from 2 to 1 speeds the test up about 4% again, but doubles the overhead for the hashtable.