Re: Listviews and time....
- Posted by Euman <euman at bellsouth.net> Apr 03, 2001
- 422 views
There's only one minor problem, Most of the changes occured before I can get it finished.... I gave up...trying to keep up. eventually thou, I'll have a Windows Gui worth submital. Euman ----- Original Message ----- From: "Derek Parnell" <ddparnell at bigpond.com> To: "EUforum" <EUforum at topica.com> Subject: RE: Listviews and time.... > > > Euman wrote: > > > OfCourse those of us who insist on fast will re-write code/ > > I haven't had a win32lib that I didnt have to re-code for... > > Please feel free to send in your improvements. I don't want win32lib to be > slow either! > > Other changes in the new version include > a) the "_full" code has extra error and parameter checking embedded but > the stripped down editions don't. I achieved this by adding ... > > --ASSERT > . . . > --END ASSERT > > segments in the code and the EuCompress program strips these segments out. > > b) I tried to use faster datatypes were possible, eg integer rather than > atom or object. > > c) The inner stack operations used by event handlers are now much faster > due to a pre-allocated stack size rather than use growing and shrinking > sequences. > > > ----------- > cheers, > Derek Parnell > > > > > > >