Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Consider to evaluate application objects later in order to load faster #13

Open
AXbusiness opened this issue May 23, 2014 · 0 comments
Open
Labels

Comments

@AXbusiness
Copy link
Owner

Each axtAppObj gets immediately evaluated while being created in axtParserXpo.run().

Large projects could load faster if a background worker could do the evaluation.

Also consider to break down evaluation into two steps:

  • Step 1: Just have the name of application object evaluated
  • Step 2: evaluate its content

Step 1 is needed very fast, to display the new application objects in the TreeView. Step 2 is only needed when the user clicks on one of the application objects.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant