Bill Allombert on Fri, 19 Nov 2021 10:21:13 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: GP runs on iOS


On Fri, Nov 19, 2021 at 08:10:34AM +0100, Philippe de Rochambeau wrote:
> Hello,
> 
> I carried out a few benchmarks, this morning.
> 
> 1) factor(2^256-1)
> 
> On an iPad Air 3, A12 Bionic Chip running a 32-bit i86 Alpine Linux
> Virtual Machine, GP 2.14.0 single thread with parisize 4000000,
> primelimit = 500000, factorization took 2:06.77 minutes.

Could you try the webassembly version on the same device ?
The URL is <https://pari.math.u-bordeaux.fr/gpwasm.html>
You can enter
factor(2^256-1)
##
to get the time.

Cheers,
Bill.