@hackage / DimensionalHash

An n-dimensional hash using Morton numbers.

Latest0.1.5.2

About

Metadata

  • Last updated , by GhassenHamrouni
  • License BSD-3-Clause
  • Categories Algorithms
  • Maintained by: ghamrouni@iptechinside.com

  • Lottery factor: 0

Links

Installation

Readme

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.