Improve UserFunction_Class #506
Labels
enhancement
New feature or request
userfunction
wishlist
Tell us which feature do you want in easifemClasses
In the current implementation, the
Get
method forUserFunction_Class
parses a lua function for every call.This causes an increase in execution time when the
Get
method is called many times.The following solutions may be possible.
call lua_close()
).The text was updated successfully, but these errors were encountered: