From 10913a384d0be4a583d9deb5cb31ba24e087068e Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Thu, 27 Feb 2025 07:43:15 +0200 Subject: [PATCH 1/2] chore: bump pnpm from 10.4.1 to 10.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c00792..b03fd94 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "prettier-plugin-organize-imports": "4.1.0", "prettier-plugin-packagejson": "2.5.6" }, - "packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af", + "packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b", "pnpm": { "onlyBuiltDependencies": [ "core-js", From 5f992b3af125ce6b992722bce69a186ec68e6826 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Thu, 27 Feb 2025 07:49:50 +0200 Subject: [PATCH 2/2] 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.