lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 04/12/2015 03:49 PM, Nagaev Boris wrote:
On Sun, Apr 12, 2015 at 7:29 PM, Thijs Schreijer
<thijs@thijsschreijer.nl> wrote:
I’m looking for an efficient timer mechanism in Lua. Does anyone know of any
Lua based timing-wheel implementations? (before I roll my own)


I assume you are referring to an implementation of this:

 http://www.cs.columbia.edu/~nahum/w6998/papers/sosp87-timing-wheels.pdf

With a recent C implementation here:

http://www.25thandclement.com/~william/projects/timeout.c.html



I personally haven't seen anything; but if you roll your own, I'm interested!