
Implements a fast hashing function optimized for low-entropy input, such as sequences of constantly-incrementing numbers, based on Pelle Evensen's proposal.
This project implements rrmxmx as proposed by Pelle Evensen: a very fast hashing function that performs very well with low-entropy input data (e.g., a sequence of constantly-incrementing numbers).
This project implements rrmxmx as proposed by Pelle Evensen: a very fast hashing function that performs very well with low-entropy input data (e.g., a sequence of constantly-incrementing numbers).