Skip Menu |

This queue is for tickets about the Math-EllipticCurve-Prime CPAN distribution.

Report information
The Basics
Id: 82714
Status: resolved
Priority: 0/
Queue: Math-EllipticCurve-Prime

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

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



Subject: slow tests
Without Math::BigInt::GMP tests are very slow (I don't see any output). Can Math::BigInt::FastCalc be used as a backup? -- Alexandr Ciornii, http://chorny.net
On Tue Jan 15 07:10:13 2013, CHORNY wrote: Show quoted text
> Without Math::BigInt::GMP tests are very slow (I don't see any output). > Can Math::BigInt::FastCalc be used as a backup?
I'll do some testing. I know there are other modules that have had problems with FastCalc, which is why I didn't add it as an option.
On Wed Jan 16 19:19:53 2013, BRIANC wrote: Show quoted text
> On Tue Jan 15 07:10:13 2013, CHORNY wrote:
> > Without Math::BigInt::GMP tests are very slow (I don't see any
output). Show quoted text
> > Can Math::BigInt::FastCalc be used as a backup?
> > I'll do some testing. I know there are other modules that have had > problems with FastCalc, which is why I didn't add it as an option.
Okay. I haven't tested with the pure-Perl implementation, but FastCalc isn't exactly fast. In fact, it's downright slow. GMP is probably at least an order of magnitude faster. But I've added FastCalc as an option in commit 0175df5.
Uploaded 0.003 to CPAN, allowing the use of FastCalc. Thanks for your bug report.