Hi
I have an app that is generating *very* large strings. Anything from a few K to potentially 100's of meg in size.
Needless to say, it becomes incredibly slow when the string gets bigger.
I am using a StringBuilder.
Does anybody know of a really efficient way of dealing with such large strings?
Would writing the StringBuilder to a temp file at stages be a faster way of doing it?
Cheers
Rob
I have an app that is generating *very* large strings. Anything from a few K to potentially 100's of meg in size.
Needless to say, it becomes incredibly slow when the string gets bigger.
I am using a StringBuilder.
Does anybody know of a really efficient way of dealing with such large strings?
Would writing the StringBuilder to a temp file at stages be a faster way of doing it?
Cheers
Rob