|
Msg#2174 - UserTalk: string concatenation optimisation
|
|
In response to: Top of Thread. | <<Back | Next>> | Top of Thread | View Full Thread | Reply | Edit
|
|
Posted: 1/29/2002 by Duncan
Modified: 1/29/2002 by Duncan
|
|
UserTalk: string concatenation optimisation
Executive Summary: The non-optimal version of string addition/concatenation in UserTalk - text = text + "b" + "r\n" - is exponentially slower than the optimised version for non-trivial strings. It's worth looking at your own code to see if you can make similar optimisations. The optimised version scales linearly with string length.
|
|
Enclosures:
None.
Replies:
None.
|
|