Linked List Speed Tests
Hey,
Can anyone give me an idea of how many items in a linked list a computer could search through every... say... second?
If the computer were something similar to:
PIII 900 Mhz
256MB RAM
7,200 RPM HDD (hmm didnt really need to add that...)
And the linked list would simply search by asking if(CurrentLinkedList == SearchCriteria).
Does anyone have any idea how fast a computer could search through it? 1000 a second? 2000? 20,000?
Thanks,
Dachande
why don''t you time it and see? just set up a benchmark using QueryPerformanceCounter(). I''d think it''d be in the billions.
HHSDrum@yahoo.com
HHSDrum@yahoo.com
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement