Other |
---|
1.4.2 mantisFixed |
Relates :
|
|
Relates :
|
Investigation into traces of J2SE startup time has shown a large fraction of time spent in parsing properties files for resource bundles. ###@###.### has pointed out that PropertyResourceBundle will look for a class first and read a flat file second. He has implemented a compiler translating .properties files into .java files which can then be compiled with javac; doing this for the AWT and Swing properties files reduces Notepad's startup time by about 3.5%.
|