Look at java.nio.file.Files.walkFileTree - it's the general method for doing recursive operations in the API and should give you much performance that you are seeing.
See also the timing information mentioned in the evaluation section of this bug: http://bugs.sun.com/view_bug.do?bug_id=6808590
-- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
