Computing multiple hash values in parallel with AVX2

from blog Juho Snellman's Weblog, | ↗ original
I wanted to compute some hash values in a very particular way, and couldn't find any existing implementations. The special circumstances were: The keys are short (not sure exactly what size they'll end up, but almost certainly in the 12-40 byte range). The keys all of the same length. I know the length at compile...