evancz / react-angular-ember-elm-performance-comparison

Comparing performance of Elm, React, Angular, and Ember
BSD 3-Clause "New" or "Revised" License
91 stars 39 forks source link

Add Ember 2.6.2 example #2

Closed stephencelis closed 8 years ago

stephencelis commented 8 years ago

Have been working with Ember at work a bit and was curious how it compared. Performance between runs varied a bit in my experience, but the general ranks were the same.

screen shot 2016-07-17 at 3 42 45 pm

The above is from a Chrome run. Safari (Technology Preview) has different results, where Angular is much slower and unoptimized React and Ember are faster.

I'm not sure what's expected to produce another, more "optimized" version.

evancz commented 8 years ago

Thank you! :D

On optimization, I guess stuff like this, though I don't have enough experience to know how to actually do those things.

I'm thinking it could be cool to write about "how hard is it to optimize the obvious solution?" so the story here may be that it is quite difficult.

Anyway, thanks, excited to look through the code!

evancz commented 8 years ago

Great, just finished looking through and trimming a few files out. Thanks for doing this!

I now know what you mean about not being sure how to optimize this. I have a sense of how things fit together, but have no idea where I have opportunities for optimization. If you have any coworkers with some experience / wisdom on this topic, I'd love to learn more about it.