Re: Python is far from a top performer according to benchmark test...
"JanC" <usenet_spam@ja nc.invalid> wrote in message
news:Xns946BE66 E88E82JanC@213. 119.4.35...[color=blue]
> "Krzysztof Stachlewski" <stach@fr.USUN. pl> schreef:
>
> I think all (or at least most) of the tested compilers, VMs, etc. were
> written in C/C++, and thus are using libraries written in C/C++...[/color]
Well, yes.
Whether or not you can say that a piece of code
is *really* implemented in a chosen language and not
in "the language that this language is implemented in" ;-)
is a matter of scale.
I just think that the Numeric package
is not the best example of the speed of Python itself.
Stach
"JanC" <usenet_spam@ja nc.invalid> wrote in message
news:Xns946BE66 E88E82JanC@213. 119.4.35...[color=blue]
> "Krzysztof Stachlewski" <stach@fr.USUN. pl> schreef:
>
> I think all (or at least most) of the tested compilers, VMs, etc. were
> written in C/C++, and thus are using libraries written in C/C++...[/color]
Well, yes.
Whether or not you can say that a piece of code
is *really* implemented in a chosen language and not
in "the language that this language is implemented in" ;-)
is a matter of scale.
I just think that the Numeric package
is not the best example of the speed of Python itself.
Stach
Comment