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

Parallel Execution Improvements #25

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dmtrshat
Copy link
Member

@dmtrshat dmtrshat commented Nov 5, 2024

  • Refactored CSSBuilder and Parser to process files sequentially, removing unnecessary parallelism (removed rayon dependency)

Testing with recent performance optimizations (10 projects, 10,000 files each) showed no notable benefits from parallelism for I/O operations. Current optimizations sufficiently address performance without additional parallel processing. Further research will continue to explore when parallelism may be necessary for CPU-intensive tasks.


closes #11

- Refactored `CSSBuilder` and `Parser` to process files sequentially, removing unnecessary parallelism (removed `rayon` dependency)

Testing with recent performance optimizations (10 projects, 10,000 files each) showed no notable benefits from parallelism for I/O operations. Current optimizations sufficiently address performance without additional parallel processing.
Further research will continue to explore when parallelism may be necessary for CPU-intensive tasks.
@dmtrshat dmtrshat added the enhancement New feature or request label Nov 5, 2024
@dmtrshat dmtrshat merged commit c3bd10b into rc/1.1.0 Nov 5, 2024
1 check passed
@dmtrshat dmtrshat deleted the feature/parallel-execution-improvements branch November 5, 2024 21:16
@dmtrshat dmtrshat mentioned this pull request Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant