1417d43430
`pow(2, 16)` is not `2 << 16` but rather `1 << 16`. With this change we cut memory usage in half for the XORFastHash's two tables. Adapts XORFastHashStorage, memory usage reduction by factor two.