- don't clone primes for every thread, instead put it behind an Arc (atomic reference counted) - print the pure calculation time at the end of the program - don't show thread debug prints
Description
A tool to find highly composite numbers fast.
Languages
Rust
100%