-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Various perf and size improvements #3704
Conversation
JoviDeCroock
commented
Sep 2, 2022
•
edited
Loading
edited
- shorter functions for easy optimization
- getting rid of rendererState
- make mount and patch component more inline
Size Change: -338 B (0%) Total Size: 37.4 kB
ℹ️ View Unchanged
|
3c5b881
to
f1d8c77
Compare
f1d8c77
to
f0c93b4
Compare
📊 Tachometer Benchmark ResultsSummaryduration
usedJSHeapSize
Results03_update10th1k_x16
duration
usedJSHeapSize
07_create10k
duration
usedJSHeapSize
filter_list
duration
usedJSHeapSize
hydrate1k
duration
usedJSHeapSize
many_updates
duration
usedJSHeapSize
text_update
duration
usedJSHeapSize
todo
duration
usedJSHeapSize
|
4e31d42 seems to make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Find it a little bit easier to read too without the property access stuff 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hell yeah