Number theory: primes, arithmetic functions, modular computations, special sequences
-
Updated
Sep 26, 2024 - Haskell
Number theory: primes, arithmetic functions, modular computations, special sequences
A custom prime algorithm, implementation, and performance code & review
Prime number sieve written in Rust. Supports multithreading
An attempt to optimise the search for prime.
Searches Prime Numbers, but weeds out all even numbers, since they're not prime. Hence: Optimized. :)
Add a description, image, and links to the prime-search topic page so that developers can more easily learn about it.
To associate your repository with the prime-search topic, visit your repo's landing page and select "manage topics."