Bill Allombert on Wed, 01 Apr 2020 22:28:04 +0200


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

Re: Factoring and memory usage by matkermod


On Wed, Apr 01, 2020 at 08:15:12PM +0000, T.D. Telford wrote:
>  Hello Aurel,
> Thank you for the reply.  I tried matker(Mod(m1,2)) and the program
> executed in < 100MB stack size!  Execution time improved slightly, 
> but matkermod was quite fast.  Thanks for the suggestion.

If you really want to save memory, you can investigate the 
F2m_ker libpari C function.
This functions processes matrices in a special format that only require
one bit per coefficients.

Cheers,
Bill.