[fpc-pascal] How does FPC perform in the FASTEST Computer Language Race
Peter
peter at pblackman.plus.com
Sat Jul 10 12:06:34 CEST 2021
On 09/07/2021 23:56, Ryan Joseph via fpc-pascal wrote:
>
>> On Jul 9, 2021, at 11:40 AM, Wayne Sherman via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
>>
>> Current standings at the time of this video
>> Iterations per sec:
>> Ada: 67
>> Pascal: 143
>> Fastest language: 7301
>> Slowest language: 1
> So Pascal failed pretty bad it looks like. ;)
>
> Regards,
> Ryan Joseph
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Looks like its compiled with no optimisations,
|fpc prime ./prime O3 usually makes a big difference. Regards, Peter |
More information about the fpc-pascal
mailing list