Parallel indexing

This commit is contained in:
2026-02-21 21:40:32 -08:00
parent 6286719e88
commit d16d16be26
10 changed files with 213 additions and 72 deletions

View File

@@ -22,3 +22,4 @@ jsonpath-rust = { workspace = true }
chrono = { workspace = true }
toml = { workspace = true }
thiserror = { workspace = true }
rayon = { workspace = true }