Skip to content

investiagate efficiency of highly mathematical functions #59

Description

@Kwasniok

e.g. calculating a metric or Christoffel symbols

potential problems:

  • premature optimization due choice of intermediate variables
  • memory/cache inefficiency due to the usage of too many registers
  • too many calls of expensive functions like exp, cos, sin, tan, sqrt ...
  • inefficient order of operations
  • final values not written to final location in return memory immediately

todo:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    🔥high🔥Hight priorityideaIdea for the project.optimizationOptimization opportunity

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions