[issue17787] Optimize pickling function dispatch in hot loops.

Alexandre Vassalotti report at bugs.python.org
Thu Apr 18 11:57:12 CEST 2013


Alexandre Vassalotti added the comment:

In addition, we could bring back the switch dispatch based on the first letter of the type name. It does seem to speed up things as well but as much as the type cache optimization.

----------
nosy: +pitrou, serhiy.storchaka
title: Optimize pickling function lookups in hot loops. -> Optimize pickling function dispatch in hot loops.

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


More information about the Python-bugs-list mailing list