Is your feature request related to a problem? Please describe.
Re-loading whole packages on each change in a loop is not very efficient.
Describe the solution you'd like
We could try to implement incremental loading. When a file changes, we re-scan it, and update existing objects.
Describe alternatives you've considered
/
Additional context
/
Is your feature request related to a problem? Please describe.
Re-loading whole packages on each change in a loop is not very efficient.
Describe the solution you'd like
We could try to implement incremental loading. When a file changes, we re-scan it, and update existing objects.
Describe alternatives you've considered
/
Additional context
/