Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- I made the Sieve of Eratosthenes 30% faster with segmentation. - I removed the `PrimeCountLimit` enum because it is now obsolete. - I added an `increment()` method that sieves the following page. - It now sieves at least one page to make life easier (don't loop it).
- Loading branch information