Hello, it would be great to add an index over filenames/paths so --files can perform fast indexed filename search, similar to Zoekt and other code-search tools. Currently the index only accelerates content search, while --files still walks the filesystem like ripgrep, which can be slow on large repositories.
Hello, it would be great to add an index over filenames/paths so --files can perform fast indexed filename search, similar to Zoekt and other code-search tools. Currently the index only accelerates content search, while --files still walks the filesystem like ripgrep, which can be slow on large repositories.