lua-users home
lua-l archive

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




On 2018-03-15 09:29 AM, Axel Kittenberger wrote:

    Tables don't shrink. They only grow.


See, http://www.lua.org/pil/11.4.html <http://www.lua.org/pil/11.4.html>

It technically doesn't shrink, but "rolls"... that would break without undef adaption if that option is turned on and grow forever instead.

Surely we can implement some RLE?

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.