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

Speed up vtag diffing #1296

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Conversation

jstarry
Copy link
Member

@jstarry jstarry commented Jun 9, 2020

Description

Downcasting elements requires a call to JS land and slows down vtag diffing as a result. This change changes vtag diffing so that downcasts don't happen unless necessary.

Checklist:

  • I have ran ./ci/run_stable_checks.sh
  • I have performed a self-review of my own code

Screen Shot 2020-06-09 at 10 39 26 PM

@jstarry jstarry added this to In progress in Pain Point: Performance via automation Jun 9, 2020
@mergify mergify bot merged commit 79db78e into yewstack:master Jun 9, 2020
Pain Point: Performance automation moved this from In progress to Done Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant