Skip to main content

False Sharing

Meaning

False sharing, within the architecture of concurrent crypto systems, describes a performance degradation scenario where unrelated data items, accessed by different processing units, reside within the same cache line. When one processor modifies its data, the entire cache line is invalidated across other processors, forcing them to reload their “unrelated” data, even if it hasn’t changed. This mechanism reduces parallel processing efficiency.