Alt-Acme-Math-XS-CPP
view release on metacpan or search on metacpan
lib/Acme/Math/XS.pod view on Meta::CPAN
=pod
=for comment
DO NOT EDIT. This Pod was generated by Swim v0.1.31.
See http://github.com/ingydotnet/swim-pm#readme
=encoding utf8
=head1 NAME
Acme::Math::XS - Math is HARD (faster!)
=for html
<a href="https://travis-ci.org/ingydotnet/acme-math-xs-pm"><img src="https://travis-ci.org/ingydotnet/acme-math-xs-pm.png" alt="acme-math-xs-pm"></a>
=head1 SYNOPSIS
use Acme::Math::XS;
print "2 + 2 = ${\add(2, 2)}\n";
=head1 DESCRIPTION
This is a tiny example "XS" module. It was written to show how one would write
the same thing using L<Inline::Module>, L<Inline>, L<Inline::C> and
L<Inline::CPP>.
It has a pure "XS" version and "Alt"(ternate) modules for all the common CPAN
module frameworks.
The source code for all these modules is in one git repository, on separate
branches: <https://github.com/ingydotnet/acme-math-xs-pm>
=head1 SEE
=over
=item L<Acme::Math::XS>
Pure XS version, shipped with L<ExtUtils::MakeMaker>.
=item L<Alt::Acme::Math::XS::EUMM>
L<Inline::Module> (using L<Inline::C>) version shipped with plain old
L<ExtUtils::MakeMaker>.
=item L<Alt::Acme::Math::XS::DistZilla>
L<Inline::Module> version shipped with L<Dist::Zilla> and
L<Dist::Zilla::Plugin::InlineModule>.
=item L<Alt::Acme::Math::XS::ZillaDist>
L<Inline::Module> version shipped with L<Zilla::Dist>.
=item L<Alt::Acme::Math::XS::ModuleBuild>
L<Inline::Module> version shipped with L<Module::Build> and
L<Module::Build::InlineModule>.
=item L<Alt::Acme::Math::XS::ModuleInstall>
L<Inline::Module> version shipped with L<Module::Build> and
L<Module::Build::InlineModule>.
=item L<Alt::Acme::Math::XS::CPP>
( run in 1.121 second using v1.01-cache-2.11-cpan-39bf76dae61 )