Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change from ArrayBuilder => SharedPools for pooling inside AddBracePa…
…irsAsync (#75630) It's pretty common for this array to exceed the size threshold supported by ArrayBuilder (128). For the files I'm testing on, the size supported by SharedPools (512) works much better. Noticed this due to allocations in the editor's scrolling speedometer test, where it was showing up as 1.5% of allocations during scrolling.
- Loading branch information