Hi,
<snip>
[EMAIL PROTECTED] said:
And noone has convinced me, yet, that *generic* collection
*interfaces* are faster than *specific* collection *classes*.
So, despite the little bit of extra code required, doing it
myself is the way to get better performance when using
collections.
<snip>
In terms of machine performance, I agree. The casts associated
with the generic API will always (at least on 1.1.x :) make it slower
than specific API. I'll admit I'm a 'collections' addict, though -- I
can write code faster with them, so I like 'em. So the only place I'd
care about would be at the API level, and I don't know that it really
makes sense there.
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]