Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104031 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2016-03-04 23:36 +1100 |
| Last post | 2016-03-04 23:36 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: creating zipfile with symlinks Chris Angelico <rosuav@gmail.com> - 2016-03-04 23:36 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2016-03-04 23:36 +1100 |
| Subject | Re: creating zipfile with symlinks |
| Message-ID | <mailman.187.1457095005.20602.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web