Move index JSON read to Rust for GIL-released parsing (serde_json)

This commit is contained in:
2026-02-19 22:43:28 +08:00
parent ff287cf67b
commit 082a7fbcd1
4 changed files with 77 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ sha2 = "0.10"
md-5 = "0.10"
hex = "0.4"
unicode-normalization = "0.1"
serde_json = "1"
regex = "1"
lru = "0.14"
parking_lot = "0.12"