mogwai icon indicating copy to clipboard operation
mogwai copied to clipboard

Add mogwai benchmark to the JS framework benchmark

Open Pauan opened this issue 5 years ago • 5 comments

The JS framework benchmark is the gold standard for DOM frameworks, it already has several dozen frameworks (including many Rust frameworks). So it would be great to see how mogwai compares.

Pauan avatar May 03 '20 07:05 Pauan

That's a great idea. I'll dig in when I can.

schell avatar May 03 '20 14:05 schell

Could you add SolidJS to the benchmarks I guess it's the gold standard in perf right now https://github.com/ryansolid/solid

matthewharwood avatar Jun 21 '20 18:06 matthewharwood

@matthewharwood - so far it looks like solid is doing something funky in terms of event listening. I'm still digging into its todomvc implementation but if one cannot add todos by firing events from javascript then it simply may not be possible. We'll see.

schell avatar Jun 25 '20 17:06 schell

The author of solid is extremely active on GitHub issues. Maybe ping him and I'm sure he'll offer his help!

matthewharwood avatar Jun 25 '20 19:06 matthewharwood

I'm also curious about how solidJS fares against mogwai.

janwirth avatar Aug 29 '21 19:08 janwirth

This is done(ish). https://github.com/krausest/js-framework-benchmark/pull/1171

schell avatar Feb 02 '23 04:02 schell