Algorithm::RectanglesContainingDot_XS - C/XS implementation of Algorithm::RectanglesContainingDot


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 the Algorithm::RectanglesContainingDot manpage in C/XS and so it is much faster (around 30 times faster!).

the Algorithm::RectanglesContainingDot manpage will use this implementation automatically when available.


SEE ALSO

the Algorithm::RectanglesContainingDot manpage.


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.