Abdullah Atta
Abdullah Atta
@vjpr So I went ahead and did a benchmark with `fd` which you claimed to do everything within 200ms. Here are the results: ``` time fdfind --hidden --no-ignore package.json /...
I didn't use any repo. I ran it in my root. Yes, that is 1.6 million files & 300k directories — bigger than 99% of the repositories which means more...
> I'm using a large internal monorepo. We should find a nice and large public Node.js monorepo to use for tests. What do you suggest? React? Jest? > So for...
> So ignore with parallel is about 200ms faster than fdir. 12 threads. That's a lot of effort :laughing:. I put together a very, very rough parallel directory crawling in...
> so if i could get that down to
fdir internally depends on `picomatch` for glob pattern matching. Glob uses `minimatch`. There is an extensive [comparison between the two on `picomatch` readme.](https://github.com/micromatch/picomatch#library-comparisons) I have intentions to make it pluggable...
I will also add a Migration guide for people looking to migrate. Any help regarding that is welcome.
Hey, that's an amazing idea. Would be an awesome experiment. What features do you think it should have?
> I think it should be as simple as possible and only pass the exact same options as the library. I was thinking the same thing. There are about 5...
@JohnFitz 🤣🤣 yes that is true. But it's a little bit different. I will be publishing the CLI version very soon. It's barebones but does everything you'd want it to;...