You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howard suggested that this might be mitigated by initially polling just root toolboxes and loading the rest lazily. To do this each of them would need to be a namespace with lazily loaded objects in it.
Potential Fix in commit 17aaae2
Now lazily parsing/querying for matlab functions. This will probably fix the issue but it needs to be tested on a machine with a slow disk.
Currently the filesystem is walked and functions are parsed repeatedly, leading to unacceptable behavior on machines without fast disk access.
I suspect an intelligent function cache is the best solution, as there is no direct way to discover functions via the console.
The text was updated successfully, but these errors were encountered: