-
Notifications
You must be signed in to change notification settings - Fork 26
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 Matters" by Emery Berger [Strange Loop] #111
Comments
"Every App Store Update is: Performance Improvements and bug-fixes": LoL! this slide includes "Inbox by Gmail" ... https://killedbygoogle.com/ But you get the idea, all the updates to Apps in the App Store are Perf improvements ... ⏳ |
Finished listening to the talk. Basically it's on code profiling. |
Follow-up talk, same author 3 years later ... "Python Performance Matters" by Emery Berger (Strange Loop 2022): https://youtu.be/vVUnCXKuNOg |
The Moore's Law Performance Rollercoaster Ride is Over: Dennard Scaling: https://en.wikipedia.org/wiki/Dennard_scaling |
Performance clearly matters to users. For example, the most common software update on the AppStore is "Bug fixes and performance enhancements." Now that Moore's Law has ended, programmers have to work hard to get high performance for their applications. But why is performance hard to deliver? https://youtu.be/r-TLSBdHe1A
The text was updated successfully, but these errors were encountered: