[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work1) now available
- From: "Soni \"They/Them\" L." <fakedme@...>
- Date: Thu, 15 Mar 2018 09:32:51 -0300
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.
- References:
- [ANN] Lua 5.4.0 (work1) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.4.0 (work1) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.4.0 (work1) now available, Xavier Wang
- Re: [ANN] Lua 5.4.0 (work1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.4.0 (work1) now available, Rena
- Re: [ANN] Lua 5.4.0 (work1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.4.0 (work1) now available, Viacheslav Usov
- Re: [ANN] Lua 5.4.0 (work1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.4.0 (work1) now available, Viacheslav Usov
- Re: [ANN] Lua 5.4.0 (work1) now available, Soni "They/Them" L.
- Re: [ANN] Lua 5.4.0 (work1) now available, Axel Kittenberger