Re: Uncommon OOP in Lua: right or wrong?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Uncommon OOP in Lua: right or wrong?
- From: Rebel Neurofog <rebelneurofog@...>
- Date: 2010年9月25日 16:05:51 +0400
> What tools are used for the benchmarking execution time?(on Linux perhaps?)I
> have a silly OO scheme I would like to test too-Patrick
Yeah, that way GNU/Linux with original lua-5.1.4 (no LuaJIT)
It seems that people are interested in more complex benchmarking.
I'm not very handy with OOP with metatables though.
Metatables are cool for bindings, but I rarely use metatables in pure Lua.