Mark Shannon <m...@hotpy.org> added the comment:

Having two CPUs write to the same cache line is a well known performance 
problem. There's nothing special about CPython here.

The proper name for it seems to be "cache line ping-pong", but a search for 
"false sharing" might be more informative.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39511>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to