Re: Python and STL efficiency
Mc Osten wrote:
Mine's VC 2005 Express--let me put the optimization parameters later
and measure again when I get home.
<snip>
Mc Osten wrote:
In your test, you are looping 10000 times, we looped 1000000.
In Python tests with 10000 elements, it was about 10 ms.
>
Moreover, we tried various Python and C++ configurations. Most of the
tests are done with Python 2.4, not 2.5.
And I used gcc4, that is to say the latest on my platform.
In Python tests with 10000 elements, it was about 10 ms.
>
Moreover, we tried various Python and C++ configurations. Most of the
tests are done with Python 2.4, not 2.5.
And I used gcc4, that is to say the latest on my platform.
and measure again when I get home.
<snip>
Comment