4 ms·
I 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
by neogoose 6mo ago
I 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
- MaxMonteil 6mo agoThis looks cool! 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 https://github.com/dmtrKovalenko/fff.nvim
- siva7 6mo agoI don't get this submission title. Your tool uses regex but the title claims the future is not about regex.
- molszanski 6mo agoI think it is about input. Before I had to type regex, now I just type text and fuzzy finds more, regex style. Awkward wording, but code seems cool.
- neogoose 6mo agomy tool is not using regex, it can use regex but it is not required
- jcgrillo 6mo agok, but what actually are you talking about?