The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DiaColloDB::XS - XS utilities for DiaColloDB

SYNOPSIS

 ##========================================================================
 ## PRELIMINARIES
 
 use DiaColloDB::XS;
 
 #... nothing to see here, move along ...

DESCRIPTION

The DiaColloDB::XS package provides optimized XS subroutines for some compile-time DiaColloDB operations. If it is available on your system, it should be implicitly used by the higher-level wrapper methods if and where appropriate. Otherwise, compatibile pure-perl fallback methods should be used.

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2020 by Bryan Jurish

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

DiaColloDB::XS::CofUtils(3pm), DiaColloDB(3pm), perl(1), ...