From: Donald G P. <dg...@ca...> - 2000-08-31 18:14:11
|
> 2. Tcl is faster in all append cases. All the cases you tested. Add this to string.bench and check the results: bench -desc "STR append (1MB + 1KB * 1000)" \ -body {str-append $base $kilobyte 1000} Seems to me the gradual growth of a large string to a much larger string in lots of little pieces is common enough the benchmark suite ought to test that too. DGP -- The TclCore mailing list is sponsored by Ajuba Solutions To unsubscribe: email tcl...@aj... with the word UNSUBSCRIBE as the subject. |