The list of dictionary words isn't that big, so you can just have a long hash to reduce your conflicts to almost 0.
Also words aren't that long. The longest English word is probably less than 100 characters, whereas you could feed trillions of strings into the algorithm.
The list of dictionary words isn't that big, so you can just have a long hash to reduce your conflicts to almost 0.
Also words aren't that long. The longest English word is probably less than 100 characters, whereas you could feed trillions of strings into the algorithm.