makeusabrew / phpperf

PHP Performance Metrics
http://phpperf.com
36 stars 7 forks source link

Added profiles for string concatenation with dot and interpolation #3

Closed hkdobrev closed 11 years ago

hkdobrev commented 11 years ago

Added some profiles comparing string concatenation between dot concatenation and string interpolation for small and large strings.

When comparing string concatenation in JavaScript some really interesting results came out, so I thought string concatenation profiles would be a good fit for this project.