TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The way to make a program faster is to never let it get slower.

33 pointsby heliumabout 16 years ago

4 comments

Hexstreamabout 16 years ago
I don't understand how you can improve performance continuously while adding features, unless you optimize parts of the program unrelated to the new features...
评论 #504443 未加载
jrockwayabout 16 years ago
<i>Common excuses people give when they regress performance are, "But the new way is cleaner!" or "The new way is more correct." We don't care.</i><p>It's worth pointing out that increasing CPU speed will always make your software faster, but it will never make it more correct. Considering all of the WebKit browsers I've used seem to crash every half-hour, I think the WebKit team may want to rethink their software engineering strategy. Getting the wrong answer really fast is pretty much useless.
评论 #504529 未加载
评论 #504557 未加载
评论 #505068 未加载
评论 #505333 未加载
jballancabout 16 years ago
If you want some more insight into how the team works, this is a very good post as well: <a href="http://webkit.org/blog/174/scenes-from-an-acid-test/" rel="nofollow">http://webkit.org/blog/174/scenes-from-an-acid-test/</a>
tptacekabout 16 years ago
You wonder what they do when a security fix slows Webkit down.
评论 #504339 未加载