peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.31k stars 201 forks source link

Make sure to double the size of the array if we run out of space, but… #1037

Closed kendallb closed 2 years ago

kendallb commented 2 years ago

When processing ICollections, we need to also use the doubling the size array algorithm to ensure we eventually have enough space when processing massive strings.