Hi, in an application of mine occurs a lot of string separation and re-concatenation. Since it is using masses of ANSI strings this is some performance problem.
The strings get stored and loaded from TStringList's and concatenated by simply using '+' and separated with the function copy(). What I'd like to know is: What's are fastest ways of handling ANSI strings? Since I'm not good at reading assembler code I have to ask ... and yes, profiling is planned but not for tomorrow. ;) TIA, Marc _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal