A prime Eratosthenes' sieve, using a bit array and sieving only odd composites to conserve memory and keep things fast.
4 people like thisPosted: 13 years ago by Arjen Kopinga
Modern and efficient algorithm to generate prime numbers up to certain number Uses Parallel Async to run computations in parallel
4 people like thisPosted: 9 years ago by Sergey OCHKIN
A simple implementation for the sieve of Eratosthenes.
3 people like thisPosted: 12 years ago by Gab_km
Simple implementation of the Sieve of Eratosthenes with set arithmetic.
3 people like thisPosted: 4 years ago by galacticdessert