lua-users home
lua-l archive

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



This seems like it would be somewhat inefficient if you are creating tens/hundreds/thousands of lanes (over time) that run the same function.  Wouldn't it be recompiled over and over again?

In my env, after Lanes threads started, it enters loop to process tasks get from linda, so slow start and fast run, It's ok for me.