| Crates.io | factorize_rayon |
| lib.rs | factorize_rayon |
| version | 0.1.1 |
| created_at | 2024-11-10 14:52:49.676882+00 |
| updated_at | 2024-11-15 15:20:06.35867+00 |
| description | Rayon find_map_any() demonstration program |
| homepage | |
| repository | https://github.com/Peter-J-Jansen/factorize_rayon |
| max_upload_size | |
| id | 1442971 |
| size | 16,850 |
Rayon find_map_any() demonstration program
This small program shows how effective and simple Rust's Rayon crate find_map_any() can be used to utilize all CPU cores.
P.S.: The factorize_iterative() function of mine was an experiment to try out find_map_any()
with something not immediately trivial, but is of course not meant for production use. Better and
faster algorithms exist, also in crates.io.