Socratic Mirror
Compression Digest
compression/_posts/2017-05-16-an-overview-of-computer-system.md

CSAPP 读书笔记摘要

[Literal] Summary notes from *A Programmer's Perspective* (CSAPP): performance trade-offs, memory hierarchy locality, linking, and exceptional control flow. [AI Synthesis] Recurring theme: measure where time goes (Amdahl, profiling) before micro-optimizing.

Key points

Patterns / reminders

Sources