Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104031
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: creating zipfile with symlinks |
| Date | 2016-03-04 23:36 +1100 |
| Message-ID | <mailman.187.1457095005.20602.python-list@python.org> (permalink) |
| References | (1 earlier) <CACwCsY6cBfO4Wf1SebirMkKVCtm_KaK3vF9OPOfeDF5povscuQ@mail.gmail.com> <56D8AEBB.6060102@mrabarnett.plus.com> <CAPTjJmrDGfTMDdNGH1MWf6dnx--7A+nFHWpYLMp0+pdYmYE_kw@mail.gmail.com> <CACwCsY6CjDhQn6stT=HgWUT1cePYeYKX44i_K00dBstNhOJBEA@mail.gmail.com> <CACwCsY7KdZDE0qyGwjTa+Vg=f3CtpkGd777mZa+E17kOiDRUmA@mail.gmail.com> |
On Fri, Mar 4, 2016 at 11:18 PM, Larry Martell <larry.martell@gmail.com> wrote: > Unfortunately very slow - around 8 minutes to zip a 7GB dir using the > command line zip vs. 13 seconds with the python zipfile module. 13 seconds? That sounds wrong for 7GB. I doubt you can deflate that much data that quickly on any modern system. Check if it's actually doing what you think it is. ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: creating zipfile with symlinks Chris Angelico <rosuav@gmail.com> - 2016-03-04 23:36 +1100
csiph-web