Rasmus Christiansen
Rasmus Christiansen
Salt round of 10 is good as standard IMHO :-)
I'm not that convinced that fixed array is faster, but maybe that could just be my lack of skills: 
Better, but still way slower than 'pure string concatenation': 
It is the last joining that kills the usage of array: 
Indeed:  I ran the above tests 3 times and all showed the above. IMHO the conclusion is that if the end result is a string use .concat, if the...
Just ran a new benchmark:  When using res.join it is absolutely the slowest of them all and since we are working with strings then we have to use res.join....
@trvra Is this still relevant or has the commit/changes been included in the npm version?
@trvra Is this still relevant or has the commit/changes been included in the npm version?
@lewispham can you provide a PR? Then @dcodeIO can review it and merge.
@lewispham would you provide a PR?