This is the mail archive of the java-patches@sourceware.cygnus.com 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]

Re: String interning


Bryce> Even then, it still runs the InternHog test about 4X or more
Bryce> faster than the linux JDK 1.2.2 implementation, and scales
Bryce> well.

I'm curious to know how well we fare against 1.2.2 in other
situations.  Does 4x represent a good result for us?  Or is it a
slowdown compared to how we "ordinarily" perform?

If this is a performance-critical area, then I'm inclined to accept a
more complex implementation in order to get better performance.  This
code is relatively well bounded, and we can document it heavily, so in
the long run the complexity wouldn't be a problem.

Tom

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