[mpir-devel] Interesting Benchmark results

2016-06-30 Thread Doug Telford
The benchmark is an implementation of Pollard rho, which factors a 17 digit number. 1. Windows 10 C# Mpir.NET arithmetic statements (u = (u*u + a) mod n): 614 seconds. 2. Windows 10 C# Mpir.Net mpz_statements (mpz_add (u, a, u)) : 68 seconds. 3. Windows 10 free Pascal, interface to mpir.dll, m

Re: [mpir-devel] interesting

2011-07-05 Thread Jason
On Wednesday 06 July 2011 00:29:51 Jason wrote: > Hi > > something interesting , comparing MPIR svn against another popular lib , > mul time in cycles for MPIR and the slowdown for the other lib > > > 8 #184.021.0730 > 9 #232.031.1587 > 10#278.

[mpir-devel] interesting

2011-07-05 Thread Jason
Hi something interesting , comparing MPIR svn against another popular lib , mul time in cycles for MPIR and the slowdown for the other lib 8 #184.021.0730 9 #232.031.1587 10#278.041.1292 11#329.041.1178 12