I want to build a very large string from lots and lots of small strings. In C# I would use System.Text.StringBuilder without hesitation. At present I am using java.io.StringWriter, but I am concerned that it may not be efficient enough? Is there a better option? MUST be FAST! Thanks in advance.
2007-02-13
07:31:39
·
1 answers
·
asked by
Aaron W
3
in
Computers & Internet
➔ Programming & Design
thanks. unfortunately I think I'm limited to 1.4 for this project.
2007-02-14
01:39:40 ·
update #1