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: Roberto Ierusalimschy <roberto@...>
- Date: 2018年3月22日 15:29:30 -0300
> Any feedback, critique, questions, comments etc. are welcome!
I am particularly puzzled by this result:
> Benchmark Unmodified Patched Patched
> Tables Tables Arrays
> Scatter-read 0.200s 0.208s 0.170s
If I undestood correctly the code, the Patched Arrays implementation
uses exactly the same code as Unmodified Tables for reads. Can you
explain this difference?
-- Roberto