Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104079 > unrolled thread
| Started by | Michael Torrie <torriem@gmail.com> |
|---|---|
| First post | 2016-03-04 21:45 -0700 |
| Last post | 2016-03-04 21:45 -0700 |
| 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 Michael Torrie <torriem@gmail.com> - 2016-03-04 21:45 -0700
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2016-03-04 21:45 -0700 |
| Subject | Re: creating zipfile with symlinks |
| Message-ID | <mailman.216.1457153138.20602.python-list@python.org> |
On 03/04/2016 05:18 AM, Larry Martell 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. And likely Python's zipfile is just giving up and storing the file without compression. What does unzip -v say about the compression on the zip file you made with zipfile.
Back to top | Article view | comp.lang.python
csiph-web