I wrote a lightning fast prime number generator in C!

totally_chase

Phantz

Posted on February 6, 2020

I wrote a lightning fast prime number generator in C!

I recently found out about this improved and cache optimized version of the segmented sieve of eratosthenes algorithm. Now, me being super interested in primes, I wanted to make it even faster. So I wrote it in C!

Check it out here!

💖 💪 🙅 🚩
totally_chase
Phantz

Posted on February 6, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related