Skip to content

Profile OSACA to find out what parts are slow and where we have to change code for performance improvements #94

@JanLJL

Description

@JanLJL

I guess the functions slowing us down the most are either

  • DB initialization (from YAML)
  • Loading of cached DB (pickle)
  • DB lookup for each instruction
  • Dependency search in DiGraph

We need to profile this before making too much effort in optimizing any of those parts.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions