Timer efficiency.

Just a short question.

I'm starting to use many timers (networking), and I was wondering what are the ways of making them more efficient.

I was thinking about an idea of using only one timer, and for the objects that require timers, they just have an int/double that says when the timer started, and it's used by "global_timer - object_timer". But I doubt it because maybe timers already use a similar system...
Multiple timers are indeed realized in a similar manner. Have a look at your favorite search engine for "timer queue".
Topic archived. No new replies allowed.