|
|
|
|
|
by PythonicNinja
84 days ago
|
|
Indexed regex search for large codebases, powered by trigram / sparse n‑gram indexes. A grep-like CLI that builds a local on-disk index, so searches stay fast even on huge monorepos. based on algorithm from cursor team:
https://cursor.com/blog/fast-regex-search |
|
now it kind of sounds the same as other tools (for ppl like me who dont by heart know all these algos)