ultimate-research / ssbh_lib

Reading and writing SSBH file formats in Rust
MIT License
8 stars 3 forks source link

multithreaded file processing with rayon #151

Open ScanMountGoat opened 1 year ago

ScanMountGoat commented 1 year ago

This has produced major speedups when working with other projects. The basic process is to identify CPU bottlenecks with profiling and then apply par_iter where appropriate.