Fast algorithm for marking prime number in a given range.
Here're some of the project's best features:
- Segmented Sieve of Eratosthenes
- Memory efficient booleans (std::vector, not bitset)
- C-style algorithm
This project is licensed under the MIT Licence