paulmillr / readdirp

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

perf: emit entry early #113

Closed ronag closed 4 years ago

ronag commented 4 years ago

No reason to wait for all entries. Emit as early as possible. If order doesn't matter this could be further improved.

paulmillr commented 4 years ago

Let’s resolve conflicts for this.