NAME

Path::Hilbert::XS - XS implementation of a Hilbert Path algorithm

SYNOPSIS

use Path::Hilbert::XS;

my ($x, $y) = d2xy(16, 127);
my $d = xy2d(16, $x, $y);
die unless $d == 127;

DESCRIPTION

This implements Path::Hilbert in XS for speed and awesomesauceness.

The OO interface is not available (yet?).

CREDITS

  • Rafaël Garcia-Suarez - for asking for it.

  • p5pclub

AUTHORS

  • Sawyer X xsawyerx AT cpan DOT org

  • Gonzalo Diethelm gonzus AT cpan DOT org