Previous | Next --- Slide 28 of 49
Back to Lecture Thumbnails
dmerigou

This slide illustrates a key idea in Systems programming: your solution should not be driven by its theoretical properties but rather by an careful analysis of the workload of the system. Following the same idea, one should always try to keep his implementations simple when a complex scheme doesn't bring extra performance.