I\'m essentially preparing phrases to be put into the database, they may be malformed so I want to store a short hash of them instead (I will be simply comparing if they exi
Adler32 performs best on my machine. And md5() turned out faster than crc32().
md5()
crc32()