Merged
Conversation
📊 Tachometer Benchmark ResultsSummaryduration
usedJSHeapSize
Resultscreate10k
duration
usedJSHeapSize
filter-list
duration
usedJSHeapSize
hydrate1k
duration
usedJSHeapSize
many-updates
duration
usedJSHeapSize
replace1k
duration
usedJSHeapSize
run-warmup-0
run-warmup-1
run-warmup-2
run-warmup-3
run-warmup-4
run-final
text-update
duration
usedJSHeapSize
todo
duration
usedJSHeapSize
update10th1k
duration
usedJSHeapSize
|
JoviDeCroock
commented
Aug 30, 2024
Comment on lines
-67
to
-68
| typeof childVNode == 'boolean' || | ||
| typeof childVNode == 'function' |
Member
Author
There was a problem hiding this comment.
We already handle these during the new array construction
JoviDeCroock
commented
Aug 30, 2024
| typeof childVNode == 'function' | ||
| ) { | ||
| childVNode = newParentVNode._children[i] = null; | ||
| continue; |
Member
Author
There was a problem hiding this comment.
Was repeated on line 230-234
JoviDeCroock
commented
Aug 30, 2024
| childVNode._flags |= INSERT_VNODE; | ||
| } | ||
| // In the former two branches we know that it matches after skewing | ||
| childVNode._flags |= INSERT_VNODE; |
Member
Author
There was a problem hiding this comment.
Is always going to be truthy now, the +1 branches made it falsy so we can just assign it in this one
|
Size Change: -57 B (-0.09%) Total Size: 61.7 kB
ℹ️ View Unchanged
|
marvinhagemeister
approved these changes
Aug 30, 2024
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.