Hacker News new | ask | show | jobs
by neogoose 74 days 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
3 comments

This 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

I don't get this submission title. Your tool uses regex but the title claims the future is not about regex.
I 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.
my tool is not using regex, it can use regex but it is not required
k, but what actually are you talking about?