[issue16551] Cleanup the pure Python pickle implementation

Alexandre Vassalotti report at bugs.python.org
Sun Apr 7 21:15:27 CEST 2013


Alexandre Vassalotti added the comment:

My point is I would prefer that we keep all optimizations to only the _pickle C module and keep the Python implementation as simple as possible.

Also, I doubt the slight speedup shown by your microbenchmark will actually result in any significant benefits on the overall performance of pickle.py. Furthermore, we can't use CPython to measure the benefits of such optimization because CPython will always use _pickle over the Python implementation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16551>
_______________________________________


More information about the Python-bugs-list mailing list