The future of code search is not regex – 100x faster than ripgrep
fff.dmtrkovalenko.dev
The future of code search is not regex – 100x faster than ripgrep
1–10 of 46 posts
Re: The future of code search is not regex – 100x faster than ripgrep
#2Re: The future of code search is not regex – 100x faster than ripgrep
#3I have open sourced the fastest code search implementation. Comprehensive SDK for both file finder and grep file search that is over 100x faster than ripgrep
You should add a link to the GitHub repo for the project itself, at first I wasn't even sure what it was called.
I found this link https://github.com/dmtrKovalenko/fff.nvim
Re: The future of code search is not regex – 100x faster than ripgrep
#4Advertised as "ColGREP Semantic code search for your terminal and your coding agents",
I haven't put it in any harness yet but I probably should.
https://github.com/lightonai/next-plaid/tree/main/colgrep
I've also tried astgrep (also known as sg) but llms really mess up on them. I think you'd need to fine tune.
If anyone has cracked that case I'd love to hear about it
Re: The future of code search is not regex – 100x faster than ripgrep
#5Re: The future of code search is not regex – 100x faster than ripgrep
#6I have open sourced the fastest code search implementation. Comprehensive SDK for both file finder and grep file search that is over 100x faster than ripgrep
Re: The future of code search is not regex – 100x faster than ripgrep
#7Re: The future of code search is not regex – 100x faster than ripgrep
#8I have a lot of use for something that can search ~1GB of text "instantly", but so far nothing beats rg/ag after the data has been moved into RAM.
Re: The future of code search is not regex – 100x faster than ripgrep
#9considering that ripgrep has marginal overhead over just reading the files to /dev/null, how exactly does this achieve 100x speedup? I have a lot of use for something that can search ~1GB of text "instantly", but so far nothing beats rg/ag after the data has been moved into RAM.
Re: The future of code search is not regex – 100x faster than ripgrep
#10Why is it "for neovim"? Surely such a thing would be useful in many applications?
- it has regex, so the title is weird - it definitely wouldn't be 100x faster than rg - its an sdk, so its apples to oranges anyway