Nyholm / psr7

A super lightweight PSR-7 implementation
MIT License
1.15k stars 75 forks source link

Use zval storage for Stream instances created from strings #230

Closed nicolas-grekas closed 1 year ago

nicolas-grekas commented 1 year ago

Alternative to #227 so that we can compare both approaches.

nicolas-grekas commented 1 year ago

PR is ready, I confirm this prevents the memcopy from happening.

nicolas-grekas commented 1 year ago

PR rebased, still green. I updated the branch-alias also.