On Wed, Oct 7, 2020, 05:53 Egor Skriptunoff wrote:Amortized cost of table insertion is O(n)http://lua-users.org/lists/lua-l/2020-09/msg00178.htmlAmortized cost of a single insert is O(1), and for 'n' operations is O(n).
Amortized cost of table insertion is O(n)http://lua-users.org/lists/lua-l/2020-09/msg00178.html