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

ThreadPoolExecutor preparation #108

Merged
merged 4 commits into from
Jul 26, 2024
Merged

Conversation

PythonFZ
Copy link
Member

@PythonFZ PythonFZ commented Jul 26, 2024

This PR would allow for the use of ThreadPoolExecutor or ProcessPoolExecutor executor but they don't bring any performance improvement.

This is just a refactoring, no noticeable performance differences.

@PythonFZ PythonFZ linked an issue Jul 26, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Jul 26, 2024

Benchmark

Write: Varying number of images

Write: Varying number of atoms

Read: Varying number of images

Read: Varying number of atoms

@PythonFZ PythonFZ merged commit 6c07e0d into main Jul 26, 2024
6 checks passed
@PythonFZ PythonFZ deleted the 94-use-multiprocessing-for-remove_nan branch July 26, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use multiprocessing for remove_nan
1 participant