NAME
Algorithm::RectanglesContainingDot_XS - C/XS implementation of Algorithm::RectanglesContainingDot
SYNOPSIS
# install Algorithm::RectanglesContainingDot_XS and...
use Algorithm::RectanglesContainingDot;
DESCRIPTION
This module implements the same algorithm as Algorithm::RectanglesContainingDot in C/XS and so it is much faster (around 30 times faster!).
Algorithm::RectanglesContainingDot will use this implementation automatically when available.
SEE ALSO
Algorithm::RectanglesContainingDot.
AUTHOR
Salvador Fandiño, <sfandino@yahoo.com>
COPYRIGHT AND LICENSE
Copyright (c) 2007 by Salvador Fandino.
Copyright (c) 2007 by Qindel Formacion y Servicios SL.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.