lua-users home
lua-l archive

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


The downside to the dispatch table is that it instantiates the closures for
all of the branches of the switch. That's not something you want to be doing
inside a loop.

Mark