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: replace empty functions with noopQrl #6871

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

wmertens
Copy link
Member

@wmertens wmertens commented Sep 8, 2024

This is a fairly trivial improvement, but it does avoid loading empty functions on the client.

To make it work, I needed to run the simplification twice (before and after segmentation) but it's still fast.

It's on top of #6850 so don't merge this until that is merged

@wmertens wmertens added COMP: performance This issue is related to a performance problem or bug COMP: optimizer labels Sep 8, 2024
@wmertens wmertens self-assigned this Sep 8, 2024
@wmertens wmertens requested a review from a team as a code owner September 8, 2024 10:20
Copy link

changeset-bot bot commented Sep 8, 2024

🦋 Changeset detected

Latest commit: 1f6ed4b

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

This PR includes changesets to release 4 packages
Name Type
@builder.io/qwik Patch
eslint-plugin-qwik Patch
@builder.io/qwik-city Patch
create-qwik Patch

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

@wmertens
Copy link
Member Author

wmertens commented Sep 8, 2024

hmm the e2e aren't happy :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
COMP: optimizer COMP: performance This issue is related to a performance problem or bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant