krausest / js-framework-benchmark

A comparison of the performance of a few popular javascript frameworks
https://krausest.github.io/js-framework-benchmark/
Apache License 2.0
6.86k stars 842 forks source link

update ivi and switch template to @ivi/htm #1778

Closed leeoniya closed 3 days ago

leeoniya commented 6 days ago

this switches ivi to use its @ivi/htm template syntax, which i think makes this awesome framework feel a lot less esoteric. the compiled bundle is identical.

i've kept the .textContent prop optimizations in place, but will do a follow-up PR to see how much omitting these affects performance. (@localvoid says memory usage would go up slightly)

krausest commented 3 days ago

Results will appear in the chrome 131 run (hopefully soon).

krausest commented 1 day ago

From 1.11 to 1.11 is acceptable I'd say. Results are up.

leeoniya commented 1 day ago

heh, the compiled bundle is identical, so that's great news...for the benchmark itself 😅