lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Good evening,

SD> Here are some numbers:
SD>    - global function call                     1.0
SD>    - copying methods into class        1.5
SD>    - custom __index  function            5.0  (!)
SD>    - nested metatables                      2.0

What do these numbers mean?
Plus, you left out the __index table approach, which should do rather
well.

rgds,

Gunnar