Y
Hacker News
new
|
ask
|
show
|
jobs
by
arethuza
3281 days ago
The early versions of String.hashCode in java only looked at the first 16 characters of the string - when used for things like URLs this led to rather poor performance!
https://en.wikipedia.org/wiki/Java_hashCode()#The_java.lang....