@hackage DimensionalHash0.1.5.2

An n-dimensional hash using Morton numbers.

This library compute an n-dimensional hash. It transforms a list of integers [x .. y] to a single integer z. The hash z has the property : if (x1 .. xn) and (y1 .. yn) are close then their Morton numbers are close.