eclipse-platform / eclipse.platform

https://eclipse.dev/eclipse/
Eclipse Public License 2.0
83 stars 113 forks source link

IFile.write performance overhead #1443

Open jukzi opened 5 months ago

jukzi commented 5 months ago

IFile.write invokes org.eclipse.core.filesystem.provider.FileStore.fetchInfo() several times: image That should not be needed. - similar to https://github.com/eclipse-platform/eclipse.platform/issues/1442 for the read case