lua-users home
lua-l archive

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


Javier wrote:

it might be interesting to compare the speed of
t[#t+1]=exp versus table.insert (t, exp)

i guess it should be the same,

I think most of the difference in speed comes from the
overhead of the function call.

--
Aaron