The post discusses various principles and techniques for improving performance in programming. It covers reducing workload by optimizing code logic, using more efficient data structures like maps, implementing caching to avoid repeated computations, and prefetching resources to improve perceived performance. The post also

5m read timeFrom tigerabrodi.blog
Post cover image
Table of contents
Permalink IntroductionPermalink Can we do less work?Permalink What's the shorter route?Permalink Avoiding repeated work (caching)Permalink Can we do any work ahead of time (perceived performance)?
2 Comments

Sort: