Strong hashing is more important where conflicts have a relatively
high cost, for example additional disk seeks. When conflicts are rare
or handled cheaply, like in small in-memory hash tables, the benefit
of a strong hashing can be rather small. I don't know enough of V8 to
know if CityHash would be helpful there, but it is possible that it
would.