<div dir="ltr">Looks like it's already in the works!  Nevermind</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 26, 2014 at 10:33 AM, Benjamin Peterson <span dir="ltr"><<a href="mailto:benjamin@python.org" target="_blank">benjamin@python.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You might look at <a href="https://bugs.python.org/issue14373" target="_blank">https://bugs.python.org/issue14373</a><br>

<div><div class="h5"><br>
On Thu, Jun 26, 2014, at 08:38, Peter Brady wrote:<br>
> Hello python devs,<br>
><br>
> I was recently in need of some faster caching and thought this would be a<br>
> good opportunity to familiarize myself with the Python/C api so I wrote a<br>
> C<br>
> extension for the lru_cache in functools.  The source is at<br>
> <a href="https://github.com/pbrady/fastcache.git" target="_blank">https://github.com/pbrady/fastcache.git</a> and I've posted it as a package<br>
> on<br>
> PyPI (fastcache).  There are some simple benchmarks on the github page<br>
> showing about 9x speedup.  I would like to submit this for incorporation<br>
> into the standard library.  Is there any interest in this? I suspect it<br>
> probably requires some changes/cleanup especially since I haven't<br>
> addressed<br>
> thread-safety at all.<br>
><br>
> Thanks,<br>
> Peter.<br>
><br>
> P.S. This was the motivation for the faster caching<br>
> <a href="https://github.com/sympy/sympy/pull/7464" target="_blank">https://github.com/sympy/sympy/pull/7464</a>.<br>
</div></div>> _______________________________________________<br>
> Python-Dev mailing list<br>
> <a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
> Unsubscribe:<br>
> <a href="https://mail.python.org/mailman/options/python-dev/benjamin%40python.org" target="_blank">https://mail.python.org/mailman/options/python-dev/benjamin%40python.org</a><br>
</blockquote></div><br></div>