fix: resolve UI freezes by parallelizing PSS collection and optimizing system refreshing

This commit is contained in:
2026-02-23 01:12:26 +01:00
parent a5d226503d
commit 191aa494db
2 changed files with 96 additions and 114 deletions

View File

@@ -17,3 +17,4 @@ serde_json = "1.0.149"
sysinfo = "0.38.2"
tauri = "2.10.2"
tokio = { version = "1.49.0", features = ["full"] }
rayon = "1.10"