Open szarnekow opened 2 years ago
It traverses the list of all package fragment roots twice and performance pointless exists() check apparently only to modify a local copy of the data.
Can be observed on workspaces with large number of projects.
See org.eclipse.xtext.ui.resource.Storage2UriMapperJavaImpl.getStorages(URI)
@szarnekow is this done?
There is still headroom, but not without new APIs. Still pondering.
move to 2.30
It traverses the list of all package fragment roots twice and performance pointless exists() check apparently only to modify a local copy of the data.
Can be observed on workspaces with large number of projects.
See org.eclipse.xtext.ui.resource.Storage2UriMapperJavaImpl.getStorages(URI)