I found that other hash functions are faster than the crc32 SSE instruction.
Though the hardware instruction seems like it would be faster, it takes more cycles than simple multiplicative or murmur hash.
I found that other hash functions are faster than the crc32 SSE instruction.
Though the hardware instruction seems like it would be faster, it takes more cycles than simple multiplicative or murmur hash.