factorize_rayon

Crates.iofactorize_rayon
lib.rsfactorize_rayon
version0.1.1
created_at2024-11-10 14:52:49.676882+00
updated_at2024-11-15 15:20:06.35867+00
descriptionRayon find_map_any() demonstration program
homepage
repositoryhttps://github.com/Peter-J-Jansen/factorize_rayon
max_upload_size
id1442971
size16,850
Peter Jansen (Peter-J-Jansen)

documentation

README

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.

Commit count: 8

cargo fmt