[issue14373] C implementation of functools.lru_cache

Serhiy Storchaka report at bugs.python.org
Sat Dec 22 21:21:16 CET 2012


Serhiy Storchaka added the comment:

LGTM. Thank you, Matt and Alexey.

Here is a simple benchmark. On my computer it shows 10-25x speedup using the C accelerator.

----------
stage: needs patch -> commit review
Added file: http://bugs.python.org/file28400/lru_cache_bench.py

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


More information about the Python-bugs-list mailing list