2 releases
new 0.1.1 | Nov 15, 2024 |
---|---|
0.1.0 | Nov 10, 2024 |
#1 in #demonstration
212 downloads per month
8KB
126 lines
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.
Dependencies
~1.5MB
~25K SLoC