in reply to Re: String concatenation
in thread String concatenation
Both of the interpolation forms compile to the same optree. Perl does the same work for both of them. Any difference between their benchmarks is noise.
Given that, the time difference between concatenation and interpolation (which do have different optrees) is insignificant.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: String concatenation
by dave_the_m (Monsignor) on Apr 11, 2012 at 20:57 UTC | |
by JavaFan (Canon) on Apr 11, 2012 at 21:22 UTC | |
by Eliya (Vicar) on Apr 11, 2012 at 21:35 UTC | |
Re^3: String concatenation
by Riales (Hermit) on Apr 11, 2012 at 20:37 UTC | |
by JavaFan (Canon) on Apr 11, 2012 at 21:26 UTC |