lua-users home
lua-l archive

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


Am 30.09.2015 um 02:44 schröbte Soni L.:
The registry, a table, is SLOW. Can we use upvalues instead?

Funny thing: `lua_upvalueindex( 0 )` is actually the same as `LUA_REGISTRYINDEX` (since Lua 5.2)!

:-p

Philipp