@hackage DimensionalHash0.1.5.2
An n-dimensional hash using Morton numbers.
Categories
License
BSD-3-Clause
Maintainer
ghamrouni@iptechinside.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (1)
Dependents (1)
@hackage/acme-everything
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.