[issue39511] [subinterpreters] Per-interpreter singletons (None, True, False, etc.)

Mark Shannon report at bugs.python.org
Tue Mar 17 14:35:07 EDT 2020


Mark Shannon <mark at 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 <report at bugs.python.org>
<https://bugs.python.org/issue39511>
_______________________________________


More information about the Python-bugs-list mailing list