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

VirtualFolder.getAllFiles() is slow on MS Windows #916

Closed
pvojtechovsky opened this issue Oct 28, 2016 · 0 comments
Closed

VirtualFolder.getAllFiles() is slow on MS Windows #916

pvojtechovsky opened this issue Oct 28, 2016 · 0 comments

Comments

@pvojtechovsky
Copy link
Collaborator

The call of VirtualFolder.getAllFiles() takes minutes with about 2000 files. Tested on MS Window 10.
It is because it recursively calls List.contains(...), which calls FileSystemFile.equals, which calls slow File.getCanonicalFile()

See PR #915 with test case and fix

sjd78 pushed a commit to sjd78/spoon that referenced this issue Nov 3, 2016
pvojtechovsky added a commit to pvojtechovsky/spoon that referenced this issue Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant