Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
ingydotnet committed Dec 18, 2014
1 parent e0f2185 commit c93baf5
Showing 1 changed file with 41 additions and 11 deletions.
52 changes: 41 additions & 11 deletions doc/Acme/Math/XS.swim
@@ -1,9 +1,9 @@
Acme::Math::XS
==============

Math is HARD (faster)
Math is HARD (faster!)

<badge travis coveralls ingydotnet/acme-math-xs-pm>
<badge travis ingydotnet/acme-math-xs-pm>

= Synopsis

Expand All @@ -13,19 +13,49 @@ Math is HARD (faster)

= Description

This is the smallest possible "XS" module written with [Inline::Module].
This is a tiny example "XS" module. It was written to show how one would write
the same thing using [Inline::Module], [Inline], [Inline:C] and [Inline::CPP].

It has Alt(ternate) modules for all the common CPAN module frameworks.
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>

= See

* [Acme::Math::XS]
* [Alt::Acme::Math::XS::EUMM]
* [Alt::Acme::Math::XS::DistZilla]
* [Alt::Acme::Math::XS::ZillaDist]
* [Alt::Acme::Math::XS::ModuleBuild]
* [Alt::Acme::Math::XS::ModuleInstall]
* [Alt::Acme::Math::XS::CPP]
- [Acme::Math::XS]

Pure XS version, shipped with [ExtUtils::MakeMaker].

- [Alt::Acme::Math::XS::EUMM]

[Inline::Module] (using [Inline::C]) version shipped with plain old
[ExtUtils::MakeMaker].

- [Alt::Acme::Math::XS::DistZilla]

[Inline::Module] version shipped with [Dist::Zilla] and
[Dist::Zilla::Plugin::InlineModule].

- [Alt::Acme::Math::XS::ZillaDist]

[Inline::Module] version shipped with [Zilla::Dist].

- [Alt::Acme::Math::XS::ModuleBuild]

[Inline::Module] version shipped with [Module::Build] and
[Module::Build::InlineModule].

- [Alt::Acme::Math::XS::ModuleInstall]

[Inline::Module] version shipped with [Module::Build] and
[Module::Build::InlineModule].

- [Alt::Acme::Math::XS::CPP]

[Inline::Module] (using [Inline::CPP]) version shipped with
[ExtUtils::MakeMaker].

= Authors

Expand Down

0 comments on commit c93baf5

Please sign in to comment.