A tool to find highly composite numbers fast.
Go to file
ddidderr 1a7e57404e
[code] small improvements
* 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
2024-02-09 22:38:11 +01:00
src [code] small improvements 2024-02-09 22:38:11 +01:00
.gitignore hcn: highly composite number 2023-12-02 09:19:34 +01:00
Cargo.lock hcn: highly composite number 2023-12-02 09:19:34 +01:00
Cargo.toml hcn: highly composite number 2023-12-02 09:19:34 +01:00
rustfmt.toml hcn: highly composite number 2023-12-02 09:19:34 +01:00