/cFastSieve

🚀 Fastest (probably) Sieve of Eratosthenes implementation, in C

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Fast Sieve of Eratosthenes

This is just a re-implementation of this algorithm. I wanted to write it in C so here it is.