[fpc-pascal] AnsiStrings and Memory Management
Adrian Veith
adrian at veith-system.de
Thu Dec 15 14:16:16 CET 2005
Peter Vreman schrieb:
>>> (astonishing that ShortStrings are slower than AnsiStrings in this
>>> example
>>>
>> in delphi).
>>
>> Not really. Delphi is silently upcasting your shortstrings to AnsiStrings
>> in
>> the background. You would probably have to recompile the VCL to get around
>> this ;-)
>>
>
> I've commited a few small fixes to improve performance, please try again
> with current 2.1.1 from svn
>
>
>
>
I just tried the 2.1.1 version. The increase of speed is remarkable. Thanks.
More information about the fpc-pascal
mailing list