Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multithreaded file processing with rayon #151

Open
ScanMountGoat opened this issue Aug 8, 2023 · 0 comments
Open

multithreaded file processing with rayon #151

ScanMountGoat opened this issue Aug 8, 2023 · 0 comments
Labels
enhancement New feature or request ssbh_data High level data access

Comments

@ScanMountGoat
Copy link
Member

ScanMountGoat commented Aug 8, 2023

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.

@ScanMountGoat ScanMountGoat added enhancement New feature or request ssbh_data High level data access labels Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ssbh_data High level data access
Projects
None yet
Development

No branches or pull requests

1 participant