On 08/29/2012 06:24 PM, Hans-Peter Diettrich wrote:


AFAIK string concatenation "+" in .NET (and others?) is slow, instead it's suggested to use concatenation methods directly. The intermediate results in string expressions can cause much overhead.


IMHO this can only just be a test in order to proof the concept of Strings implemented as objects.

To make it useful compiler magic is required.

-Michael

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to