[fpc-pascal] StringList micro optimization

AlexeyT aaa5500 at ya.ru
Thu Nov 7 23:32:27 CET 2019


Procedure TStrings.SetDelimitedText(const AValue: string);  has about 16 
calls to Length(AValue), so make a variable NLen to speed up it.

-- 
Regards,
Alexey



More information about the fpc-pascal mailing list