> Stefan, > > Today Stefan Volbers wrote: > >> You may hire a C++ developer, who rewrites the build system for your >> needs in fast optimized code for your favourite platform (I assume >> you're a mac guy?). > > Only a gut feeling, but I wonder if the build performance is realy > cpu bound or rather io-bound due to the many files qooxdoo has to > touch ... even with the cache ... or to put it differently there > may well be low hanging fruit to pick in the generator without > major rewriting if one puts a profiler to work ... (only guessing, > maybe thomas has done that already).
I can confirm CPU boundedness. I hang out in the profiler a lot. There might be a few corners where I/O could be improved, but the main culprit is CPU. T. > > cheers > tobi > > -- > Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland > http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
