Originally posted by kylew77
View Post
Lots of benchmarks: https://blog.burntsushi.net/ripgrep/
There are a bunch of other Rust versions of essential tools that are worth looking into. Some offer far better performance, some offer more intuitive syntax, some offer a bunch of nice new features, or some mix thereof.
fd for find: https://github.com/sharkdp/fd
lsd for ls: https://github.com/Peltoche/lsd
bat for cat: https://github.com/sharkdp/bat
Comment