I want to hash a string of length up-to 30. What will be the best idea to do that if time is my concern. The function will be called over 100 million times. currently I am u
I have played with Paul Hsieh's implementations, and seem to be fast with little collisions (for my scenarios anyway)