Remove complex string appending in http's send() method.
authorRyan <ry@tinyclouds.org>
Fri, 29 May 2009 15:05:03 +0000 (17:05 +0200)
committerRyan <ry@tinyclouds.org>
Fri, 29 May 2009 15:05:03 +0000 (17:05 +0200)
commitaceb1987ed64b142595e7b74c88d6aff264e0144
tree3fa18ee0305405023de0c15651541bdcd94dac62
parent247c9d2210663457dd1d4ac95758fd743b9eb823
Remove complex string appending in http's send() method.

That seems to churn the garbage collector like mad.
Before: http://s3.amazonaws.com/four.livejournal/20090529/timeseries6.png
After:  http://s3.amazonaws.com/four.livejournal/20090529/timeseries11.png
Got a nice tight side profile for this benchmark now:
http://s3.amazonaws.com/four.livejournal/20090529/hist10.png
src/http.js