From: "Daryl Hammond" <[EMAIL PROTECTED]>
> SAGE Version 3.0, Release Date: 2008-04-23
> array size:       10000000
> number of primes: 664580
> Elapsed seconds:  70.93

That seems to be quite slow anyway. For example, for my Maple program ES2, 
see http://www.mapleprimes.com/blog/alec/the-eratosthenes-sieve ,

time(ES2(10^7));
                                0.702

Also, the number of primes given by your program is 1 more than it should 
be,

ArrayNumElems(ES2(10^7));
                                664579
Alec Mihailovs



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to