From: Eytan H. <ey...@tr...> - 2001-02-20 21:35:06
|
All those tips are great for optimizing performance in compiled code running on Pentium machines. Small problem we here are interpreted code. All code is evaluated at run time. Anyway that kind of optimization is to try and snip off milliseconds. Here we are talking about seconds going to waste not 1 millisecond faster or slower. About the other idea of using one set of objects and updating. I like it BUT: * We need some sort of fail-proof content delivery mechanism. * If you want this then you definitely need to restructure the API to provide an Application like interface with mem manegment. 8an |