This page contains what I consider as definitive must read for anybordy serious about technical architecture/design or development. I will keep this list short, so stuff may be demoted if need arises!
Articles
- What every developer should know about memory?: the most comprehensive description of memory and catch mechanism in current CPU. While it is already more than five years old, reading it raises awareness on impact of memory throughput, cache proximity, false sharing….