[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work1) now available
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 15 Mar 2018 14:34:06 +0200
2018-03-15 14:09 GMT+02:00 Soni "They/Them" L. <fakedme@gmail.com>:
> Tables don't shrink. They only grow.
When you add a new element, the array part may be shrunk.
"The actual size of the array is the largest 'n' such that more than
half the slots between 1 and n are in use."
- 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.