Re: Strange performance issue

2009-10-06 Thread Steven D'Aprano
On Mon, 05 Oct 2009 22:31:05 -0700, Dan Stromberg wrote: I'm rewriting 3 programs as one program - from Python with Tkinter to Python with pygtk, both on Windows XP. My new version formats an SD card and preallocates some file space in about 3 minutes with Optimize Performance selected, and

Re: Strange performance issue

2009-10-06 Thread Ulrich Eckhardt
Dan Stromberg wrote: My new version formats an SD card and preallocates some file space in about 3 minutes with Optimize Performance selected, and in about 30 minutes with Optimize for Quick Removal selected. Needless to say, I don't like the 27 minute penalty much. For performance, the

Re: Strange performance issue

2009-10-06 Thread Dan Stromberg
Steven D'Aprano wrote: On Mon, 05 Oct 2009 22:31:05 -0700, Dan Stromberg wrote: I'm rewriting 3 programs as one program - from Python with Tkinter to Python with pygtk, both on Windows XP. My new version formats an SD card and preallocates some file space in about 3 minutes with Optimize

Re: Strange performance issue

2009-10-06 Thread Dan Stromberg
Ulrich Eckhardt wrote: Dan Stromberg wrote: My new version formats an SD card and preallocates some file space in about 3 minutes with Optimize Performance selected, and in about 30 minutes with Optimize for Quick Removal selected. Needless to say, I don't like the 27 minute penalty much.

Strange performance issue

2009-10-05 Thread Dan Stromberg
I'm rewriting 3 programs as one program - from Python with Tkinter to Python with pygtk, both on Windows XP. My new version formats an SD card and preallocates some file space in about 3 minutes with Optimize Performance selected, and in about 30 minutes with Optimize for Quick Removal