logoalt Hacker News

wongarsutoday at 9:33 AM0 repliesview on HN

GP's claim does not require two writers for false sharing. It requires two threads with either read or write access, at least of which is writing

The valid criticism is that message passing also fits that definition. But assuming good faith, the implied argument seems to be "use an off-the-shelf message passing solution that already solves all this, rather than rolling your application-specific data sharing"