Ripgrep – A new command line search tool
blog.burntsushi.net
Ripgrep – A new command line search tool
1–10 of 219 posts
Re: Ripgrep – A new command line search tool
#2Re: Ripgrep – A new command line search tool
#3Some discussion over on /r/rust: https://www.reddit.com/r/rust/comments/544hnk/ripgrep_is_fas...
EDIT: The machine I'm on is much less beefy than the benchmark machines, which means that the speed difference is quite noticeable for me.
Re: Ripgrep – A new command line search tool
#4nice, but does it compile and run on armhf? I don't see any binaries
Re: Ripgrep – A new command line search tool
#5nice, but does it compile and run on armhf? I don't see any binaries
Re: Ripgrep – A new command line search tool
#6Re: Ripgrep – A new command line search tool
#7nice, but does it compile and run on armhf? I don't see any binaries
Re: Ripgrep – A new command line search tool
#8Is it enabled when you specify a directory (rg somestring .) ?
Re: Ripgrep – A new command line search tool
#9I find this simple wrapper around grep(1) very fast and useful:
Re: Ripgrep – A new command line search tool
#10nice, but does it compile and run on armhf? I don't see any binaries
I'm not terribly familiar with Rust's story on ARM, but I do know there are people working on cross compilation. I'll see if I can hook it up to the CI later today. Certainly, there's nothing in ripgrep itself that should prevent it from working on ARM.