[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C API - lua_next traversal of "array" table
- From: ThePhD <jm3689@...>
- Date: Fri, 19 Aug 2016 19:54:54 -0400
Maybe this has been discussed before, but... has anyone ever considered that maybe the Table implementation should internally bookkeep its size? I know answering that question in the face of metamethods would be harder to do, but... is there a particular reason why Lua tables don't keep a count?
- References:
- C API - lua_next traversal of "array" table, ThePhD
- Re: C API - lua_next traversal of "array" table, Viacheslav Usov
- Re: C API - lua_next traversal of "array" table, Luiz Henrique de Figueiredo
- Re: C API - lua_next traversal of "array" table, Viacheslav Usov
- Re: C API - lua_next traversal of "array" table, Viacheslav Usov
- Re: C API - lua_next traversal of "array" table, Roberto Ierusalimschy
- Re: C API - lua_next traversal of "array" table, Andrew Starks
- Re: C API - lua_next traversal of "array" table, Peter Aronoff
- Re: C API - lua_next traversal of "array" table, Andrew Starks
- Re: C API - lua_next traversal of "array" table, Peter Aronoff
- Re: C API - lua_next traversal of "array" table, Andrew Starks
- Re: C API - lua_next traversal of "array" table, Martin