[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is 70ms 14 or 12% faster than 80ms ?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Wed, 16 May 2018 08:12:35 +0200
2018-05-15 23:20 GMT+02:00 Albert Chan <albertmcchan@yahoo.com>:
> If what everyone here say is true, "Lua Programming Gems" is wrong
> (unless it is trying to *redefine* the meaning of % faster)
>
> Quote from chapter 2, Lua Performance tips :
> https://www.lua.org/gems/sample.pdf
>
> When I say that a program is "X% times faster" than another it means
> that it runs in % less time. (A program 100% faster would take no time
> to run). When I say that a program is "X% times slower" than another
> I mean that the other is % faster. (A program 50% slower means that
> it takes twice the time).
That tells you precisely how the the terms "faster" and "slower" are
used _in that article_, in order to avoid misunderstanding by readers
whose usage may be different.
It is exactly the same kind of remark as:
> I ALWAYS use speed ratio, say 1.143X, to avoid this ambiguity
except that it does not confidently claim "ALWAYS".