DimensionalHash

An n-dimensional hash using Morton numbers.

Latest on Hackage:0.1.5.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Ghassen Hamrouni
Maintained by [email protected]

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.