You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eratosthemus Prime is a fast, memory-efficient prime generator which uses a
segmented Sieve of Eratosthenes and mod 30 wheel factorization. It works up to
264 - 1.
Build Instructions
git clone https://github.com/js42721/eratosthemus-prime
cd eratosthemus-prime
make