lua-users home
lua-l archive

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


David Given wrote:
  for i = 1, n do out[i] = self end

Would "table.insert(out, self)" be faster or slower than the above?

  Enrico