Skip to content

Peter-J-Jansen/factorize_rayon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rayon find_map_any() demonstration program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages