You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by Pavel Ausianik <Pa...@epam.com> on 2002/11/14 15:08:46 UTC

[PATCH[ Use arrays in NSStack

Hi,

I have prepared patch for NSStack, moving from growing number of Vectors to
3 arrays per stack.
I also used intern() String comparison, but this only do benefits for large
number of comparisons, and it may happen that having just String.equals()
could be better. Can anybody say how many namespaces goes into array
typically?

Pavel