Skip to content

Improve UserFunction_Class  #506

@shishiousan

Description

@shishiousan

In the current implementation, the Get method for UserFunction_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.

  • implementing the basic functions (polynomial and well-known expression, etc.) by Fortran and calling it.
  • suppressing the re-parsing of lua by keeping parsed status (skip call lua_close()).

Metadata

Metadata

Labels

enhancementNew feature or requestuserfunctionwishlistTell us which feature do you want in easifemClasses

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions