Go Back   Velocity Reviews > Newsgroups > Java
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Java - vector bench mark?

 
Thread Tools Search this Thread
Old 10-28-2004, 09:40 AM   #1
Default vector bench mark?


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
  Reply With Quote
Old 10-29-2004, 09:33 AM   #2
Michael Borgwardt
 
Posts: n/a
Default Re: vector bench mark?
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
  Reply With Quote
Old 10-29-2004, 05:27 PM   #3
Alex Hunsley
 
Posts: n/a
Default Re: vector bench mark?
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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46