feat: initial parallel impl

This commit is contained in:
2025-06-08 17:27:43 +08:00
parent 3797544fc2
commit 7293cb9f75
18 changed files with 529 additions and 934 deletions

View File

@@ -27,7 +27,7 @@ derive_more = { version = "2.0", features = ["full"] }
ecow = "0.2"
regex = "1.11"
hashbrown = "0.15"
dashmap = "6.1"
priority-queue = "2.5"
replace_with = "0.1"
inkwell = { version = "0.6.0", features = ["llvm18-1"] }