[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.4-work1 with first class arrays (implementation & benchmarks)
- From: Petri Häkkinen <petrih3@...>
- Date: Tue, 27 Mar 2018 19:38:07 +0300
Bumping this thread just this once, as I find the lack of interest on this strange...
Is no-one else interested in O(1) implementation for the # operator, native (faster than tables) array implementation and how it can be used to solve the hole issue and issues with pack/unpack?
I think an array type is the right way to go for Lua, considering it solves many issues and also gives a nice perf boost.
Petri