eclipse.platform icon indicating copy to clipboard operation
eclipse.platform copied to clipboard

IFile.write performance overhead

Open jukzi opened this issue 1 year ago • 0 comments

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

jukzi avatar Jun 24 '24 08:06 jukzi