Re: Is it supposed to be faster to call a C function than a Lua function when in Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Is it supposed to be faster to call a C function than a Lua function when in Lua?
- From: Sean Conner <sean@...>
- Date: 2013年6月27日 11:35:57 -0400
It was thus said that the Great Eric Wing once stated:
>
> My results are pretty consistent. I run a loop from 1 to 10000000 so
> the completion times are in seconds, which I think helps eliminates
> variations due to other things that might be going on in the machine.
I upped the number of repetitions and that smoothed out the results I'm
getting.
-spc