[fpc-pascal] Record helpers on built in types?

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Feb 18 10:45:18 CET 2015


On Tue, 17 Feb 2015 22:56:18 -0500
Anthony Walter <sysrpl at gmail.com> wrote:

> Dmitry:
> 
> See this function and test if against a large block of text doing a case
> insensitive replace on a moderate length phrase. Match it in speed against
> whatever is in the RTL and see if my function is faster and by how much.

For speed reasons your functions should call the RTL functions for short
strings. They are optimized for that.

Mattias



More information about the fpc-pascal mailing list