Make Erb use lists and << instead of strings and .concat
--------------------------------------------------------

                 Key: JRUBY-3243
                 URL: http://jira.codehaus.org/browse/JRUBY-3243
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1.6
            Reporter: Thomas E Enebo
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.1.7


Erb uses String.concat to build and increasingly bigger string.  Array.join('') 
is a faster way to do this.


MRI sees a similiar improvement.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to