perf(search): implement full async + indexed search system with major performance gains

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-11-28 13:34:46 +05:00
parent 3abaccb1e0
commit 665a4df322
9 changed files with 635 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ dependencies = [
"psutil>=7.1.3",
"pyside6>=6.10.1",
"pyudev>=0.24.4",
"rapidfuzz>=3.14.3",
"requests>=2.32.5",
"tqdm>=4.67.1",
"vdf>=3.4",