Skip to content

js42721/eratosthemus-prime

Repository files navigation

Eratosthemus Prime

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