[fpc-other] Which programming language is fastest?
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue May 10 00:30:59 CEST 2011
On 10 May 2011, at 00:04, Isaac Gouy wrote:
> --- On Mon, 5/9/11, Mattias Gaertner <nc-gaertnma at netcologne.de> wrote:
>
>> No.
>> I did some tests myself and came to similar results. For
>> example the
>> knucleotide test in c++ runs in about 3 seconds on my quad
>> core and about 10seconds on a single core. The fpc program
>> needs 50secs.
>> The times shown are for single cores.
>
> 1) Please go to the blog post, move your cursor over one of the data tables, and click.
[snip]
I think all Mattias was trying to say is that even if you compare the single core C++ version to the single code Pascal version the C++ version is still 5 times faster than the Pascal version (i.e., the speed difference cannot only be explained by the fact that the C++ version has been parallelized and the Pascal version not).
Jonas
More information about the fpc-other
mailing list