[issue38891] ShareableList read and write access is O(N), should be O(1)

Antoine Pitrou report at bugs.python.org
Sun Apr 19 11:19:28 EDT 2020


Antoine Pitrou <solipsis at pitrou.net> added the comment:


New changeset c8f1715283ec51822fb37a702bf253cbac1af276 by Thomas Krennwallner in branch 'master':
bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996)
https://github.com/python/cpython/commit/c8f1715283ec51822fb37a702bf253cbac1af276


----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38891>
_______________________________________


More information about the Python-bugs-list mailing list