Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Turbopack] avoid some allocations (vercel#75285)
### 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