![]() |
|
|
|
#1 |
|
HI
Does anybody know where i can find a benmark list of vector, collection, hashmap, hashtable? I just need to know their insertion time and retrieve time. thanks from Peter () Peter |
|
|
|
|
#2 |
|
Posts: n/a
|
Peter wrote:
> HI > Does anybody know where i can find a benmark list of vector, > collection, hashmap, hashtable? > I just need to know their insertion time and retrieve time. That would be trivial to do yourself. However, the note that: - Collection is an interface, not a class - Vector and the Hash* classes have completely different purposes - The performance of HashMap and HashTable depends very much on the kind of object you actually put into them Michael Borgwardt |
|
|
|
#3 |
|
Posts: n/a
|
Peter wrote:
> HI > Does anybody know where i can find a benmark list of vector, > collection, hashmap, hashtable? > I just need to know their insertion time and retrieve time. > > thanks > from Peter () I believe the java API docs have comments on the 'big-O notation' runtime for each of these things (or at least for some of them). (You are probably more interested in the 'big-O' runtime than you are exact timings, as big-O notation tells you how the runtime changes with the amount of items being dealt with.) If you google for "big O notation" you can find out more. Here's three handy links to get you started: http://www.me.berkeley.edu/~e77/lecnotes/ch20/ch20.htm http://www.cs.wisc.edu/~hasti/cs367-...OMPLEXITY.html http://www.cs.strath.ac.uk/~mdd/teac...mp/big_oh.html HTH, alex Alex Hunsley |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mark VII Production video clip | DWB | DVD Video | 0 | 12-29-2006 04:36 PM |
| DVD Verdict reviews: MARK MESSIER: LEADER, CHAMPION, AND LEGEND and more! | DVD Verdict | DVD Video | 0 | 02-09-2006 09:45 AM |
| Re: Pass mark as % | jjw | A+ Certification | 1 | 10-12-2004 03:33 PM |
| Mark Harrill, Digital eyes | silverdvd | DVD Video | 10 | 01-27-2004 02:30 AM |
| The Mark Of Zorro DVD Review @ GENRE Online.NET! | Writer R5 | DVD Video | 0 | 09-25-2003 02:28 AM |