paulmillr / readdirp

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

Use fs.Dir #135

Closed Fishrock123 closed 4 years ago

Fishrock123 commented 4 years ago

fs.Dir on the Node docs

The perf issues mentioned in https://github.com/nodejs/node/pull/30114 should now be alleviated mostly by default, and if you want to optimize, an option for the number of buffered entries can be specified as of https://github.com/nodejs/node/pull/30114, to be in the next release.

paulmillr commented 4 years ago

105