Re: Accessing String contents
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Accessing String contents
- From: steve donovan <steve.j.donovan@...>
- Date: 2012年6月21日 10:41:45 +0200
On Thu, Jun 21, 2012 at 10:36 AM, Michal Kottman <k0mpjut0r@gmail.com> wrote:
> Note that LuaJIT is able to optimize both cases, so there is no
> noticeable difference between the two approaches:
I should know better to make assertions about performance when LuaJIT
is available ;)
> $ luajit pokus.lua
> Standard 0.004261
> Modified 0.004928
Although you need to push the numbers of your test up to get something
meaningful here.
steve d.