Skip to content

Commit

Permalink
12x faster resolver cache (#9984)
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett authored Nov 10, 2024
1 parent f53f450 commit 0467893
Show file tree
Hide file tree
Showing 25 changed files with 2,179 additions and 1,407 deletions.
76 changes: 42 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/node-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
napi-derive = "2.16.3"
parcel-js-swc-core = { path = "../../packages/transformers/js/core" }
parcel-resolver = { path = "../../packages/utils/node-resolver-rs" }
dashmap = "5.4.0"
dashmap = "6.1.0"
xxhash-rust = { version = "0.8.2", features = ["xxh3"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
Loading

0 comments on commit 0467893

Please sign in to comment.