Many (standard-)libraries for various languages bring their own hash functions, but as far as I can tell, only little is known about their performance - both in terms of run-time performance as well as collision resistance.
An answer to another thread here on SO contained these 2 links (1, 2) that provide some insight into the matter, but are hardly extensive .. and I'm not sure that I really trust the results.
Are there no other resources on this topic? Have any of you maybe looked at this in more detail?
[citation-needed]on the "little is known about their performance." What makes you think that the standard library implementors didn't understand the algorithms fully? – Matt Ball Jun 24 '12 at 0:16