[pypy-issue] [issue1327] "x in deque" slow

bdk tracker at bugs.pypy.org
Mon Feb 18 08:34:34 CET 2013


bdk <bdkearns at gmail.com> added the comment:

fixed in 7a0d27055cb4. timings look like this now:

$ time python deque_in_bench.py
real	0m0.730s
user	0m0.720s
sys	0m0.004s

$ time ./pypy/goal/pypy-c deque_in_bench.py
real	0m0.136s
user	0m0.128s
sys	0m0.004s

----------
status: chatting -> resolved

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1327>
________________________________________


More information about the pypy-issue mailing list