Safe primes and unsafe primes: Difference between revisions

Line 1,854:
but that would use an additional 80Mb of temporary memory for the primes collection (on a 64bit machine), whereas the iterator simply computes and enumerates them (without actually collecting them).
But, who cares, these days ;-)
<br>3) time is on a 2012 MacBook 2.5Ghz i5; interpreted not jitted. Compiled/jitted time is 738ms.
 
=={{header|Visual Basic .NET}}==
Anonymous user