RE: Listviews and time....
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 03, 2001
- 477 views
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