Code Performance Trade-offs
Giovanni raises critical questions about the relevance of clean code principles in modern applications, particularly those that are IO bound. Casey argues that many programs are not inherently IO bound, but rather structured in a way that limits their performance. He emphasizes that optimizing for CPU cycles can still be crucial, as modern IO systems are capable of high throughput and low latency.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
SE Radio 577: Casey Muratori on Clean Code, Horrible Performance?
Related Questions