| ??? 08/07/08 20:14 Read: times |
#157302 - A Linked List might be better here Responding to: ???'s previous message |
The trouble with using arrays is that you always have to loop through every single element to check for "running" timers.
That can be pretty inefficient when you have a large total number of timers, but only a few of them are running at any one time. See: http://www.8052.com/forum/read.phtml?id=70144 |



