rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

Refactor out large string array allocation in resolveThemableArray

Open KevinTCoughlin opened this issue 4 years ago • 0 comments

Remove local variable allocation of large array of strings used for string concatenation in resolveThemableArray which can cause GC pressure for SPO.

image

image

KevinTCoughlin avatar Oct 09 '20 19:10 KevinTCoughlin