[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: Thu, 23 Nov 2006 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