Hi Rene, scr <[EMAIL PROTECTED]> wrote on 05/04/2007 09:36:10 AM:
> I updated my app to v1.7beta1. > This accalerates rendering about factor 5! This is quite surprising to me. > Same test conditions as before > parsing: 1140..1531 > symbols: 125..219 > gvt tree: 2047..2515 > script binding: 766..2437 > rendering: 890..1015ms!!!! (before ~5s) > total: 5500..7218 > > But script binding is now slower (in my tests) Given the wide swing in script binding (3x) It may be that the 2437 figure includes a run of the garbage collector. > Is rendering in v1.7 that much faster? Was this on a Mac? In V1.7 we switch rendering formats based on the OS to obtain the fastest rendering. This is the only thing I can think of to explain such a large increase. > Was script binding modified in v1.7? Can I do any improvements then? There were some changes but I suspect that this may be initialization/GC time moving around. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
