This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]