Skip to content

Commit

Permalink
[Turbopack] add optimization based on upper count (#71606)
Browse files Browse the repository at this point in the history
### What?

Performance optimization
  • Loading branch information
sokra authored Oct 25, 2024
1 parent 5ba5370 commit 5c43a3a
Show file tree
Hide file tree
Showing 9 changed files with 560 additions and 68 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ sourcemap = "9.0.0"
strsim = "0.11.1"
syn = "1.0.107"
tempfile = "3.3.0"
thread_local = "1.1.8"
thiserror = "1.0.48"
tiny-gradient = "0.1.0"
tokio = "1.25.0"
Expand Down
3 changes: 2 additions & 1 deletion turbopack/crates/turbo-tasks-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ workspace = true
[features]
default = []
verify_serialization = []
trace_aggregation_update = []

[dependencies]
anyhow = { workspace = true }
Expand All @@ -39,7 +40,7 @@ smallvec = { workspace = true }
tokio = { workspace = true }
tokio-scoped = "0.2.0"
tracing = { workspace = true }
thread_local = { version = "1.1.8" }
thread_local = { workspace = true }
turbo-prehash = { workspace = true }
turbo-tasks = { workspace = true }
turbo-tasks-hash = { workspace = true }
Expand Down
Loading

0 comments on commit 5c43a3a

Please sign in to comment.