Slowness of JDK 1.1.x String.intern() [was Re: SAX, Java, and Namespaces ]

David Brownell db at Eng.Sun.COM
Fri Feb 12 18:22:20 GMT 1999


james anderson wrote:
> 
> (NB: I'm not a javist, so please forgive a silly question...)

Language is so mutable ... "javist" indeed!  ;-)


> What are the prospects of a form of intern which partitions the interned
> string cache?

I'd say pretty low, since this is so readily done in application
code.  In fact that's pretty much what Tim described:  just maintain
a cache mapping char arrays to the corresponding strings.  Each cache
would be one partition.

- Dave

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list