Skip to content

importing is very expensive with a lot of projects  #1

Description

@mihaisebea

given a long chain of recursive dependencies the current implementation takes too long and uses too much memory

simple fix should be to prepare the filters only if the export block was not imported already
something like

    if not table.contains(parsed, exp.name) then

      prepareFilters(filters)
    -- Only import if the filters matches
      if  matchFilters(exp.name, filters) then

I'll try to submit a merge request once i manage to find the time :)

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions