[pypy-issue] [issue954] looped string formatting of dict entry slow and hogging memory

Alex Gaynor tracker at bugs.pypy.org
Mon Dec 5 18:40:58 CET 2011


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

I'm not able to reproduce this, the falling numbers are with changing the 
attached script up to 10k:

alex at alex-gaynor-laptop:~/Downloads$ python test.py 
Creating dummy data took: 0:00:00.200400
re-blurging mode 1 took:  0:00:04.460394
re-blurging mode 2 took:  0:00:06.898711
re-blurging mode 3 took:  0:00:11.348879
alex at alex-gaynor-laptop:~/Downloads$ 
alex at alex-gaynor-laptop:~/Downloads$ ~/projects/pypy/pypy-c test.py
Creating dummy data took: 0:00:00.326194
re-blurging mode 1 took:  0:00:02.798329
re-blurging mode 2 took:  0:00:02.741560
re-blurging mode 3 took:  0:00:06.118736

----------
nosy: +agaynor
status: unread -> chatting

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


More information about the pypy-issue mailing list