Parallelize workers.

This commit is contained in:
2026-03-04 15:00:17 +01:00
parent b96a0a80d2
commit d264e49f4b
5 changed files with 169 additions and 32 deletions

View File

@@ -10,3 +10,4 @@ keywords = [ "primes", "math" ]
[dependencies]
structopt = "0.3"
rayon = "1.11"