OCFL / ocfl-java

A Java OCFL implementation
MIT License
16 stars 12 forks source link

replace `Files.walk()` with `Files.find()` #92

Closed pwinckles closed 1 year ago

pwinckles commented 1 year ago

This reduces the number of system calls when filtering on a specific file type.