Re: Adding an hex type in lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Adding an hex type in lua
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2006年11月23日 13:37:19 -0200
> Well part of speed improvement comes from less function calls notably
> thanks to the integer division.
Can't the original code benefit from the new '%' operator?
-- Roberto