1
0
mirror of https://github.com/lua/lua.git synced 2025-02-04 06:13:04 +08:00
lua/testes
Roberto Ierusalimschy 853311e5b1 Table rehash can resize only the hash part
If there are no integer keys outside the array part, there is no
reason to resize it, saving the time to count its elements.  Moreover,
assignments to non-integer keys will not collapse a table created with
'table.create'.
2024-10-28 10:54:36 -03:00
..
2022-12-23 11:28:11 -03:00
2022-12-28 18:38:20 -03:00
2024-08-19 18:39:25 -03:00
2024-01-16 17:02:55 -03:00
2019-07-30 12:18:19 -03:00
2018-12-14 13:49:02 -02:00
2024-05-08 17:50:10 -03:00
2021-03-01 13:54:29 -03:00