[sage-devel] Re: factorization database

2007-06-16 Thread Jack Schmidt
For comparison, GAP stores all primes found during the current session in Primes2, and one of the factoring methods is to trial divide by elements of this list. Factoring rsa200=p*q takes less than a second total if one first factors 3*p. Since GAP is not a number theory package, Primes2 grows a

[sage-devel] Re: factorization database

2007-06-16 Thread Robert Miller
The following SAGE Enhancement Proposal includes some ideas for automatic caching of computation results in general, and any comments you have on it would be useful. http://www.sagemath.org:9001/days4/projects/database On Jun 16, 6:56 am, "David Joyner" <[EMAIL PROTECTED]> wrote: > As a minor ta

[sage-devel] Re: factorization database

2007-06-16 Thread David Joyner
As a minor tangential remark, there is now a tutorial for creating sqlite databases at http://www.sagemath.org:9001/sqlite-tutorial + On 6/16/07, Jonathan Bober <[EMAIL PROTECTED]> wrote: > > Here is a amusing, but real, snippet from a running sage ses