[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: efficient timers
- From: Thijs Schreijer <thijs@...>
- Date: Sun, 12 Apr 2015 22:18:39 +0000
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Ignacio Burgueño
> Sent: zondag 12 april 2015 23:47
> To: Lua mailing list
> Subject: Re: efficient timers
>
> You might also want to take a look to a series of posts that Len Holgate
> wrote some time ago on implementing a timer wheel.
>
> See this Stack Overflow answer:
> http://stackoverflow.com/a/18176403
>
> The series start here:
> http://www.lenholgate.com/blog/2010/07/practical-testing-23---another-new-
> approach-timer-wheels.html
>
> And the links to the whole series is here:
> http://www.lenholgate.com/blog/2004/05/practical-testing.html
>
>
> Regards,
> Ignacio
>
Thx! Interesting read.
Thijs