[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Could metatables easily be faster?
- From: 云风 <cloudwu@...>
- Date: Fri, 20 May 2022 08:09:59 +0800
I think there is a better way to make metatables faster . Just using a fixed structure userdata as the metatable.
We can put the common metamethods into uservalue slots.