Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve copy performance #1657

Open
jukzi opened this issue Dec 16, 2024 · 0 comments
Open

Improve copy performance #1657

jukzi opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed performance

Comments

@jukzi
Copy link
Contributor

jukzi commented Dec 16, 2024

jdt's BatchImageBuilder.copyExtraResourcesBack() takes relevant time during clean build (example from platform workspace on windows):
image
Where the time is spend in LocalFile.copyFile()

While i have no idea how the LocalFile.copyFile() itself could be further improved (#1512) it might be possible to improve the whole thing with parallel processing as already done for delete/read/write (#1549) . Probably some parallel copy API has to be implemented in platform and used by jdt.

Contributions welcome.

@jukzi jukzi added enhancement New feature or request help wanted Extra attention is needed performance labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed performance
Projects
None yet
Development

No branches or pull requests

1 participant