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...