Draft Excerpt: Chapter 4 - On CPU Physics and CPU Cycles (Efficient C++ Programming for Modern 64-bit CPUs)
By
6IT
2h ago· 20 min readen
100/100
Golden Brown
Bagelometer↗
Toasted golden, schmeared with insight. Top of the rack.
Score100TypeeditorialSentimentneutral
Summary
This is a draft excerpt from Chapter 4 ("On CPU Physics and CPU Cycles") of an upcoming technical book "Efficient C++ Programming for Modern 64-bit CPUs" by Sherry Ignatchenko and Dmytro Ivanchykhin. The content discusses CPU architecture, motherboard diagrams, and efficient C++ programming techniques for modern 64-bit processors. It includes a quote from Alex Stepanov (STL author) about efficiency forcing deeper understanding of problems. The article is a technical book draft, not a finished publication.
Key quotes
· 2 pulledAnother benefit of striving for efficiency is that the process forces you to understand the problem in more depth— Alex Stepanov, author of the original STL
Now, let's get down to some specifics. Let's see Fig. 1 for a diagram of a 'representative' motherboard
6IT

