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
2024-02-09 22:38:11 +01:00
2023-12-02 09:19:34 +01:00
2023-12-02 09:19:34 +01:00
2023-12-02 09:19:34 +01:00
2023-12-02 09:19:34 +01:00
Description
A tool to find highly composite numbers fast.
46 KiB
Languages
Rust 100%