Forum Discussion
Björne2
New Contributor
1 year agoJust to clarify what I mean by false sharing. If I have the loop iterations G[3] += 123.4; and G[4] += 123.4; they "should" be independent. But perhaps if the indexes 3 and 4 refer to the same page these updates could nevertheless interfere with each other.