Re: Lua 5.4-work1 with first class arrays (implementation & benchmarks)
[
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: "Agathoklis D.E Chatzimanikas" <aga.chatzimanikas@...>
 
- Date: 2018年3月27日 21:46:17 +0300
 
Hi Petri,
On Tue, Mar 27, at 07:38 Petri Häkkinen wrote:
> Bumping this thread just this once, as I find the lack of interest on this strange... 
Silence means interest here :-).
> 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.
It will be implemented of course. The time has come.
> Petri