tolerant-php-parser icon indicating copy to clipboard operation
tolerant-php-parser copied to clipboard

Clean up usages of `iterator_to_array`

Open mousetraps opened this issue 8 years ago • 0 comments
trafficstars

We are using iterator_to_array during some tree traversals, which is good tell-tale sign that those operations could be further optimized so we don't have to duplicate every element in memory.

mousetraps avatar Jan 23 '17 06:01 mousetraps