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