An open API service indexing awesome lists of open source software.

https://github.com/totallynotchase/cfastsieve

🚀 Fastest (probably) Sieve of Eratosthenes implementation, in C
https://github.com/totallynotchase/cfastsieve

prime-numbers sieve-of-eratosthenes

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Fast Sieve of Eratosthenes
This is just a re-implementation of [this](https://github.com/kimwalisch/primesieve/wiki/Segmented-sieve-of-Eratosthenes) algorithm. I wanted to write it in `C` so here it is.