This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.util.Date.toString() really slow?
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Bryce> Presumably it would be reasonable to cache negative results for
Bryce> resource bundle (and class?) lookups. People don't expect to be
Bryce> able to dynamically add new resource bundles to a running
Bryce> application, right?
I wonder. Maybe someone could test the JDK and see what it does. You
could imagine wanting to dynamically add resource bundles to some
long-running application like a web server -- it isn't a completely
absurd idea.
Tom