Skip Menu |

This queue is for tickets about the bignum CPAN distribution.

Report information
The Basics
Id: 132980
Status: open
Priority: 0/
Queue: bignum

People
Owner: Nobody in particular
Requestors: prbrenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Pari slower than Raku slower than GMP on Finonacci
Please take a look at: https://github.com/Raku/doc/issues/3511 https://github.com/Perl/perl5/issues/17964#issuecomment-656968138 where essentially we see that Pari is slightly slower than either Raku or GMP. Might it be possible to use this test case to improve the performance of Pari in light of this information?
On Sat Jul 11 12:05:27 2020, PRBRENAN wrote: Show quoted text
> Please take a look at: > > https://github.com/Raku/doc/issues/3511 > > https://github.com/Perl/perl5/issues/17964#issuecomment-656968138 > > where essentially we see that Pari is slightly slower than > either Raku or GMP. > > Might it be possible to use this test case to improve the > performance of Pari in light of this information?
From what I can see, the differences in speed must be due to differences in the underlying library. Neither the Pari library, nor the Math::Pari module, which is used by Math::BigInt::Pari, are maintained by me. The Pari library: https://pari.math.u-bordeaux.fr/ The Math::Pari module: https://metacpan.org/release/Math-Pari Cheers, Peter