AdvancedVocabulary#backend#architecture#developer-tools

False Sharing Vocabulary

Build fluency in the vocabulary of two unrelated variables slowing each other down on one shared cache line.

0 / 5 completed
1 / 5
At standup, a dev mentions two threads on different CPU cores each writing to their own separate variable, yet performance is far worse than expected because both variables happen to sit on the same CPU cache line. What is this problem called?