You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/03/12 19:06:02 UTC

[Bug 943] New - Support for string-interning feature needed

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=943

*** shadow/943	Mon Mar 12 10:06:02 2001
--- shadow/943.tmp.29594	Mon Mar 12 10:06:02 2001
***************
*** 0 ****
--- 1,21 ----
+ +============================================================================+
+ | Support for string-interning feature needed                                |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 943                         Product: Xerces-J                |
+ |       Status: NEW                         Version: cvs extract (inc        |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Enhancement              OS/Version: All                     |
+ |     Priority: High                      Component: SAX                     |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-j-dev@xml.apache.org                                  |
+ |  Reported By: larsga@garshol.priv.no                                       |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ string-interning would be very nice to have, since my application would
+ like to use == string compares instead of .equals, as this is both faster
+ and more convenient. Xerces should already do its own interning and if it
+ does all that is needed is to call newstring.intern() every time a new
+ string is added to the interning table.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org