Re: Integer patch
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Integer patch
- From: "Adam D. Moss" <adam@...>
- Date: 2006年4月11日 10:21:55 +0100
Gavin Wraith wrote:
Is userdata (boxed 32-bit unsigned ints, yay!) too slow or too
cumbersome for your requirements?
Yes. 98% of my arithmetic usage is integer. I would rather not have
the tail wag the dog.
Well, okay, don't have the tail wag the dog - use an integer
luanumber type and just use userdata for the float maths.
--adam