Can big strings (85kb+) cause large object heap fragmentation like large arrays?
Asked
Active
Viewed 318 times
1 Answers
0
I can probably safely assume these are not literals: yes, they are stored in the LOH. .NET 4.0 introduced ropes for StringBuilder, specifically designed to keep short-lived builder buffers out of the LOH.

Hans Passant
- 922,412
- 146
- 1,693
- 2,536
-
Is there anyway to do this in 3.5? – dr. evil Apr 02 '11 at 06:36