
| Key: |
SANDBOX-156
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
g
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Operating System: other
Platform: All
Operating System: other
Platform: All
|
|
when searching a large directory tree, there is no need to allocate a new File[]
for every recursion.
see propsed patch
|
|
Description
|
when searching a large directory tree, there is no need to allocate a new File[]
for every recursion.
see propsed patch |
Show » |
|
patch + test
makeing multiple calls fot find() in different directories to collect on list
is cheap