From 73999e158016effc4d9a4d61aa39e38e5c65aa67 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Thu, 27 Feb 2025 07:49:50 +0200 Subject: [PATCH] docs: mention the gitgrep backend in the Performance section I have been using this backend for a few days now, and have had no issues. It seems to be working well enough to mention now! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 696001d..5f429b2 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,9 @@ Generally performance is very good, but depending on the size of your project and your computer's specifications, the search can be fast or slow. Here are a few things you can do to improve performance: +- Use the experimental git grep backend by setting the + `future_features.backend = "gitgrep"` option (see above). This can be faster + in medium/large projects. - Set the `prefix_min_len` option to a larger number avoid starting a search for very short words. This can prevent unnecessary searches and improve performance.