You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a 2.6x speedup on their 1000 rows insert benchmark by factoring out the my-row component (which doesn't do anything you can't do directly in the my-table component).
But it's true that component-heavy composition patterns in current stable Ember don't perform as well as we'd want. Which is why we wrote Glimmer2, which is already in alpha testing.
That said, "Ember" encompasses a lot more functionality than the alternatives it's being compared to. A more meaningful comparison would be to benchmark Glimmer directly (because Glimmer is Ember's view layer, comparable in functionality to most of the others).
Its especially unfair when you consider the react test case doesn't use a component for the row. Regardless it would be interesting to see if glimmer 2 improves the worst case scenario like this
Why this benchmark make Ember the worst framework?
They may not know to use it?
http://www.stefankrause.net/wp/?p=301
The text was updated successfully, but these errors were encountered: