Embedding code or hard code it in C API? #211
-
I know you hexdump I was wondering... Let's assume that I hard code it in C API to make the actual calls. Would there be any benefit to such action or the performance is more or less the same? What's your personal experience on this matter? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The performance of the compiler would be a little better on startup if |
Beta Was this translation helpful? Give feedback.
The performance of the compiler would be a little better on startup if
luainit.lua
logic was entirely implemented in C. But it's so negligible, I guess would improve some microseconds ofnelua-lua
initialization. However technically would be a cleaner solution, but it's not something worth doing, there are way more interesting things to improve.