For the 'improved' string hash function that sums up 32-bit values each generated by 4 characters at a time, does the output change when the order of the letters changes?
Swapping a couple of different letters will change the result.
Swapping the same letters will not change the result.
Swapping chunks of 4 letters will not change the result.