A tool to find highly composite numbers fast.
ddidderr
1a7e57404e
* readability: changing variable names/adding variables for clarity * initialize primes Vec with reasonable space to reduce allocations * return type of find_next_prime more idiomatic (Option) * avoid overflow by using checked_mul |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
rustfmt.toml |