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(es/renamer): Use IndexSet for rename queue #9866

Merged
merged 2 commits into from
Jan 11, 2025

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented Jan 11, 2025

Description:

Vec::contains was causing a time complexity issue for large input files.

Verified

This commit was signed with the committer’s verified signature.
parthban-db Parth Bansal
@kdy1 kdy1 added this to the Planned milestone Jan 11, 2025
@kdy1 kdy1 self-assigned this Jan 11, 2025
@kdy1 kdy1 requested a review from a team as a code owner January 11, 2025 02:16
Copy link

changeset-bot bot commented Jan 11, 2025

🦋 Changeset detected

Latest commit: 6c2b307

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 11, 2025
@kdy1 kdy1 enabled auto-merge (squash) January 11, 2025 02:17

Verified

This commit was signed with the committer’s verified signature.
parthban-db Parth Bansal
@kdy1 kdy1 requested a review from a team as a code owner January 11, 2025 02:17
@kdy1 kdy1 merged commit f404720 into swc-project:main Jan 11, 2025
151 checks passed
@kdy1 kdy1 deleted the dce-indexset branch January 11, 2025 02:45
@kdy1 kdy1 modified the milestones: Planned, 1.10.8 Jan 19, 2025
@swc-project swc-project locked as resolved and limited conversation to collaborators Feb 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant