From: "bob mcwhirter" <[EMAIL PROTECTED]>
> On 12 Dec 2001, Christian Nentwich wrote:
>
> > > But Vector is pretty similar to ArrayList in behaviour, its just that
Vector
> > > is synchronized everywhere, so its probably even slower isn't it?
> >
> > but does it do a bounds check? because that's where all the calls seem
> > to go. In the worst case, we can just write a new class, it's not
> > difficult or anything..
>
> Should we maybe look at the jakarta-commons Collections module?

AFAIK those ones are for fast concurrent access by multiple threads to
reduce the synchronization overhead. Not a good fit here as the collections
are thread-local I think.

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to