I am looking for a fast hash functions that I will use internally in my webapp. It does not need to be secure (e.g. I do not care if a possible attacker could find a message with the same hash).
It just needs to be fast and obviously collision resistant. For now it seems that MD5 would be the best approach (See the stackoverflow Thread Is calculating an MD5 hash less CPU intensive than SHA family functions?). Or has anyrone ran into a similiar issue and knows of a better hash algorithm?
Update
Sorry, I guess I should have looked more carefully: Looking for a fast hash-function