lipinggm / tlb

Automatically exported from code.google.com/p/tlb
0 stars 0 forks source link

Use streams to perform load or dump(possibly even to render listing response) #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We use too much of "load the entire request into string", and respond using 
string etc, change this to use streams. This will reduce amount of garbage 
generation. 

This should result in perf-test time reduction, as it directly affects garbage 
generated.

Original issue reported on code.google.com by singh.janmejay on 7 Nov 2011 at 6:09