Hacker News new | ask | show | jobs
by brudgers 2352 days ago
Specifically, this lecture from Hellerstein's CS 186 is a good basis for understanding cache strategies. https://www.youtube.com/playlist?list=PLhMnuBfGeCDPtyC9kUf_h... In general, the entire course is probably worth watching. In the end, optimizing performance means looking at the specific properties of an app and engineering specific tradeoffs of time, space, and robustness. That's what the lecture illustrates.
1 comments

Thanks.

Were you trying to link a specific video? Your link just points to the entire playlist.

Sorry. Lecture 6 (part 2 of files and disks) talks about cache strategies...but the entire list is worth watching except for parts about class administration. Triplebyte had recommended it to me after unsuccessfully interviewing.