DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=943>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=943 Support for string-interning feature needed ------- Additional Comments From [EMAIL PROTECTED] 2001-10-31 10:20 ------- String.intern() can be used without any noticeable performance cost, by calling String.intern() only when entering new strings into the SymbolTable. That way String.intern() will be called once table entry, and not per string, which means that it's effectively cost-free. It's also a very small change, at least in X2. If I set the SAX 2.0 string-interning feature to true, does X2 then call String.intern() for every string it reads? The private SymbolTable approach is no good, as it is specific to X2. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
