[pypy-issue] [issue771] Major slowdown vs CPython when using sets

Alex Gaynor tracker at bugs.pypy.org
Thu Jun 30 10:01:04 CEST 2011


Alex Gaynor <alex.gaynor at gmail.com> added the comment:

Fixed in 4a333a111dac


alex at alex-gaynor-laptop:~/Downloads$ python graphbuilder.py 
Adding nodes to graph
Completed in 6.96686196327
Adding edges to graph
Completed in 1.55254220963
Building top callers
Completed in 3.58611679077


alex at alex-gaynor-laptop:~/Downloads$ ~/projects/pypy/pypy-c graphbuilder.py 
Adding nodes to graph
Completed in 1.75469303131
Adding edges to graph
Completed in 0.80689907074
Building top callers
Completed in 2.17418193817

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

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


More information about the pypy-issue mailing list