|
|
|
|
|
by marxisttemp
94 days ago
|
|
Why include writing the primes to a file instead of, say, standard output? That increases the optimization space drastically and the IO will eclipse all the careful bitwise math Does having the primes in a file even allow faster is-prime lookup of a number? |
|