Bill Allombert on Fri, 17 May 2019 19:23:12 +0200


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

MPQS without tempfiles


Dear PARI developers,

I have changed the MPQS code in the master branch so that it does not
use temporary files anymore. This was needed at the time the code was
written, but with current computer memory size, this is more a source of
trouble than help (especially on windows).

However this means that you will need a larger stack for factoring large
numbers with MPQS (256M should be enough for a 100 digits number).

Please test!

Cheers,
Bill.