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

perf: use rayon to parallelize directory operations #1941

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Integral-Tech
Copy link
Contributor

@Integral-Tech Integral-Tech commented Nov 23, 2024

  • Currently, all directory operations including size calculating, removing and etc, are single-threaded per task. Use rayon to parallelize these operations.

@Integral-Tech Integral-Tech marked this pull request as draft November 23, 2024 13:04
@sxyazi sxyazi force-pushed the main branch 7 times, most recently from 43473db to d72f903 Compare November 30, 2024 13:26
@sxyazi sxyazi force-pushed the main branch 2 times, most recently from 1394fb4 to 62ac224 Compare December 9, 2024 02:28
@Integral-Tech Integral-Tech force-pushed the parallelize branch 2 times, most recently from 3e6ed53 to 9d4057a Compare December 21, 2024 14:50
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.

1 participant