I'm trying to choose a hash algorithm for comparing about max 20 different text data.
Which hash is better for these requirements?
- Less CPU Consumption
- Small footprint (<=32 bytes)
- Collision is not a big deal
- Can be generated from .NET Framework 2 (shouldn't be a 3rd party library)
I'm using hash for less memory footprint and comparison performance
See Question&Answers more detail:os