thecodrr / fdir

⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
https://thecodrr.github.io/fdir/
MIT License
1.51k stars 58 forks source link

fix benchmark, bump rrdir, add rrdir.stream #2

Closed silverwind closed 4 years ago

silverwind commented 4 years ago

async rrdir shouldn't look so bad anymore with this

thecodrr commented 4 years ago

@silverwind hey, thanks for the PR. I will update the benchmaks. I had to downgrade rrdir very drastically (to 2.0.0) as it doesn't support Node < 10 after that.

I will post new benchmarks for Node 8.x seperately.

Thanks again.

silverwind commented 4 years ago

Okay. I pushed 6.1.2 in the meanwhile which should give another small speed boost. Feel free to update yourself. I don't support Node 8 anymore because it's end-of-life.

thecodrr commented 4 years ago

Okay cool. I will update the benchmark.