On Thu, Sep 19, 2013 at 01:46:20PM +0000, hru...@gmail.com wrote: > Raimo, if people believe that hash(A)=hash(B) implies A=B, so strong > believe, that they use it in their programs,
It's a matter of engineering. Usually that is good enough. If you don't think it's good enough then you should probably also worry about how often strcmp(a, b) returns 0 when strings a and b don't match.