dperez schrieb: > Hi, > > Some months ago I suggested this, but you replied that it would slow down > performance, although for long identifiers, it could make the program > shorter. > > http://www.nabble.com/String-compression-%28enabled-by-default%29-tf2260415.html#a6302166 > > Maybe you have implanted this idea somewhere in the back of Sebastian's mind ;-) This is actually the solution you have proposed and yes this kind of code does perform worse even if the code size gets reduced. In this case you get two map lookups where a simple property accessor was before. Anyway I think its great for commercial applications which want to protect the code.
Best Fabian ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
