Skip to content

Convert Vec to Pipeline Iterator

Michael Aaron Murphy requested to merge mmstick:grammar_optimizations into master

This change will convert the existing pipeline collector in the grammar into an Iterator to eliminate heap allocations caused by pushing to a Vec.

Merge request reports