[New-bugs-announce] [issue22847] Improve method cache efficiency

Antoine Pitrou report at bugs.python.org
Tue Nov 11 17:13:46 CET 2014


New submission from Antoine Pitrou:

The method cache is currently very small. Attached patch bumps the size a bit and improves the hash computation formula.

----------
components: Interpreter Core
files: methcache.patch
keywords: patch
messages: 231031
nosy: pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Improve method cache efficiency
type: performance
versions: Python 3.5
Added file: http://bugs.python.org/file37176/methcache.patch

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


More information about the New-bugs-announce mailing list