Skip to content

Commit

Permalink
[Turbopack] avoid some allocations (vercel#75285)
Browse files Browse the repository at this point in the history
### What?

* more memory efficient AggregationUpdateQueue by using SmallVec and
boxing some job types
* avoid allocation in CaptureFuture by avoiding the Arc and the Mutex
and using a thread local reference
  • Loading branch information
sokra authored Jan 24, 2025
1 parent 7578b8f commit d517769
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 159 deletions.
Loading

0 comments on commit d517769

Please sign in to comment.