[pypy-issue] [issue905] ZipFile.extractall is very slow compared to CPython 2.6

David Markey tracker at bugs.pypy.org
Wed Oct 12 01:01:27 CEST 2011


New submission from David Markey <admin at dmarkey.com>:

(env)dmarkey at dubsdavidmar02:~$ du -k test_zip.zip 
21024	test_zip.zip
(env)dmarkey at dubsdavidmar02:~$ date python zipfile_test.py 
date: extra operand `zipfile_test.py'
Try `date --help' for more information.
(env)dmarkey at dubsdavidmar02:~$ time python zipfile_test.py 

real	0m1.834s
user	0m1.160s
sys	0m0.660s
(env)dmarkey at dubsdavidmar02:~$ time Downloads/pypy-c-jit-43780-b590cf6de419-
linux64/bin/pypy zipfile_test.py

real	0m4.712s
user	0m4.030s
sys	0m0.630s

----------
files: zipfile_test.py
messages: 3295
nosy: dmarkey, pypy-issue
priority: bug
status: unread
title: ZipFile.extractall is very slow compared to CPython 2.6

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


More information about the pypy-issue mailing list