Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance comparisons and/or size comparisons? #36

Closed
dannyc opened this issue Dec 27, 2011 · 3 comments
Closed

Performance comparisons and/or size comparisons? #36

dannyc opened this issue Dec 27, 2011 · 3 comments

Comments

@dannyc
Copy link

dannyc commented Dec 27, 2011

It would be nice to see some type of performance comparisons between all of the options out there. Like speed tests between adding one, deleting one, deleting all, mark all as done, or initial rendering of a really long bootstrapped list of todos.
Although I am imagine in these really simple examples the differences would be almost negligible except for perhaps the rendering of the big list (which is also dependent on the template technology being used). In more complex and data-intensive apps those figures might actually add up to something significant.

Also, and this one it probably really easy to do- maybe in the documentation there could be some chart of the different file sizes the whole package comes out to, maybe without and without dependencies included.

I know the most important things when comparing these apps is code style and robustness, but I think some other comparison charts might also weigh in on peoples decisions.
Keep up the great work! Thanks for this great resource!

@addyosmani
Copy link
Member

@dannyc I think that's a good idea. It will probably have to wait until after version 0.3 has been released for me to look at, but I recall Brian LeRoux doing a TodoMVC based file-comparison (figures here: https://gist.github.com/1222220). Will put it on my todo list!

@addyosmani
Copy link
Member

@sindresorhus I kinda feel like at the Todo app level these performance comparisons would be relatively micro in difference and would offer negligibly useful value. What do you think?

@sindresorhus
Copy link
Member

I agree. We should rather keep it in mind in the future if you choose to demo more fully featured apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants