Java Collections

Hi All ,Please send a good stuff references about Java Collections performance.( Elapsed time for access , update , etc...)THANKS A LOT!
[164 byte] By [vladisfa] at [2007-9-28 4:24:43]
# 1
sure
macrules2a at 2007-7-7 23:57:42 > top of Java-index,Other Topics,Algorithms...
# 2

> Please send a good stuff references about Java

> Collections performance.

> ( Elapsed time for access , update , etc...)

>

On one system it took zero time to access it, because of course there wasn't anything in the collection at all. Made it real fast.

On another system it took slightly more than a year. Of course first the JVM had to be ported to that system so it could run and that time counted as well.

jschella at 2007-7-7 23:57:42 > top of Java-index,Other Topics,Algorithms...
# 3
I swear I found a good site about this last week but can't locate it now.. will post again if I find it. http://java.sun.com/javaone/jp2001/pdfs/524.pdf http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.html
asjfa at 2007-7-7 23:57:42 > top of Java-index,Other Topics,Algorithms...
# 4
(look at page17 of the pdf)
asjfa at 2007-7-7 23:57:42 > top of Java-index,Other Topics,Algorithms...