Alt-Math-Prime-FastSieve-Inline
view release on metacpan or search on metacpan
lib/Math/Prime/FastSieve.pm view on Meta::CPAN
=back
=head1 ACKNOWLEDGEMENTS
This module is made possible by Inline::CPP, which wouldn't be possible
without the hard work of the folks involved in the Inline and Inline::C
project. There are many individuals who have contributed and continue to
contribute to the Inline project. I won't name them all here, but they do
deserve thanks and credit.
Dana Jacobsen provided several optimizations that improved even further on
the speed and memory performance of this module. Dana's contributions include
reducing the memory footprint of the bit sieve in half, and trimming cycles by
cutting in half the number of iterations of an inner loop in the sieve
generator. This module started fast and got even faster (and more memory
efficient) with Dana's contributions.
=head1 SEE ALSO
( run in 0.312 second using v1.01-cache-2.11-cpan-de7293f3b23 )