I\'m trying to choose a hash algorithm for comparing about max 20 different text data.
Which hash is better for these requirements?
Paul Hsieh has a decent, simple, fast, 32-bit SuperFastHash that performs better than most existing hash functions, is easier to understand/implement, and sounds like it meets your criteria.