Parallel indexing
All checks were successful
CI / Typos (push) Successful in 19s
CI / Clippy (push) Successful in 1m4s
CI / Build and test (push) Successful in 1m20s

This commit is contained in:
2026-02-21 20:28:50 -08:00
parent bf1241e0a5
commit f67edfa6f8
9 changed files with 148 additions and 49 deletions

View File

@@ -102,3 +102,5 @@ mime = "0.3.17"
paste = "1.0.15"
smartstring = "1.0.1"
chrono = "0.4.43"
parking_lot = "0.12.5"
rayon = "1.11.0"