paulmillr / readdirp

Recursive version of fs.readdir with streaming api.
https://paulmillr.com
MIT License
378 stars 51 forks source link

Minor refactoring #130

Closed XhmikosR closed 4 years ago

paulmillr commented 4 years ago

Note: fs.promises is actually slower than the promisify wrapper

XhmikosR commented 4 years ago

Alright, let me remove the comment.