Closed stephencelis closed 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!
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.
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.
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.