Skip to content

Yarn workspace discovery and processing optimizations #1453

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

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

andrian-sevastyanov
Copy link
Contributor

@andrian-sevastyanov andrian-sevastyanov commented Jun 25, 2025

Description

The bulk of the code changes is to optimize Yarn workspace discovery.
That part was already partially reviewed: #1430

The other part pulls in the latest blackbuck-common in order to improve workspace processing time.
More specifically, it pulls in the following: blackducksoftware/integration-bdio#43
Profiling showed that when it came to processing workspaces, majority of the time was spent calculating hashCode(), equals(), and toString() of dependency and ID objects.

@andrian-sevastyanov andrian-sevastyanov marked this pull request as draft June 25, 2025 21:22
@andrian-sevastyanov
Copy link
Contributor Author

The PR is in Draft because we want to involve QA before merging.

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.

3 participants