go-spacecurves
go-spacecurves copied to clipboard
Space filling curves (Hilbert, Morton / Z-order)
Space-filling Curves for Go
Package spacecurves implements space-filling curves to encode/decode multi-dimensional points into single values along a curve. Different curves maintain locality of points to various degrees.
Implemented curves:
License
3-clause BSD. See LICENSE file.