Skip to content

fast and memory efficient algorithm for calculating prime numbers

License

Notifications You must be signed in to change notification settings

arthurbrenno/prime-machine

Repository files navigation

[🔢] Prime Machine [🔢]

project-image

Fast algorithm for marking prime number in a given range.

🧐 Features

Here're some of the project's best features:

  • Segmented Sieve of Eratosthenes
  • Memory efficient booleans (std::vector, not bitset)
  • C-style algorithm

🛡️ License:

This project is licensed under the MIT Licence

About

fast and memory efficient algorithm for calculating prime numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages