line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
8
|
|
|
8
|
|
105
|
use 5.008001; use strict; use warnings; |
|
8
|
|
|
8
|
|
23
|
|
|
8
|
|
|
8
|
|
248
|
|
|
8
|
|
|
|
|
31
|
|
|
8
|
|
|
|
|
13
|
|
|
8
|
|
|
|
|
187
|
|
|
8
|
|
|
|
|
26
|
|
|
8
|
|
|
|
|
8
|
|
|
8
|
|
|
|
|
457
|
|
2
|
|
|
|
|
|
|
package Alt::Math::Prime::FastSieve::Inline; |
3
|
|
|
|
|
|
|
our $VERSION = '0.09'; |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
=head1 NAME |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
Alt::Math::Prime::FastSieve::Inline - Alternate Math::Prime::FastSieve using Inline::Module |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 SYNOPSIS |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
> cpanm Alt::Math::Prime::FastSieve::Inline |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
use Math::Prime::FastSieve; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
This is an alternate version of Math::Prime::FastSieve that is made with |
18
|
|
|
|
|
|
|
Inline::Module and Inline::CPP. It is the first Inline::CPP module to be done |
19
|
|
|
|
|
|
|
this way. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Copyright 2011 David Oswald. |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it |
26
|
|
|
|
|
|
|
under the terms of either: the GNU General Public License as published |
27
|
|
|
|
|
|
|
by the Free Software Foundation; or the Artistic License. |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
See http://dev.perl.org/licenses/ for more information. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=cut |