i adore how finding stuff with #ripgrep is so much faster than with `find` since ripgrep so excellently obeys all my .gitignore.
less typing out `grep -v node_modules` &c too.
-
Show this thread
-
Ripgrep is literally searching through every file's contents & find is literally scanning through filenames- a far more trivial probelm- and yet ripgrep is an order of magnitude faster at chunking through the things & finding what I'm looking for. Just wow.
2 replies 0 retweets 2 likesShow this thread
Replying to @rektide
Hah. This is very likely due to ripgrep's parallelism (which includes walking the directory tree in parallel too). `find` is not parallel at all. try `rg -j1 <whatever>` to put it on more even footing. :-)
4:47 PM - 25 Feb 2020
0 replies
0 retweets
2 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.