$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Little (andy_at_[hidden])
Date: 2006-09-11 13:38:02
"Andy Little" <andy_at_[hidden]> wrote in message
news:ee30ba$1to$1_at_sea.gmane.org...
>
> "Qinfeng(Javen) Shi " <shiqinfeng_at_[hidden]> wrote in message
> news:fe76f74b0609101654o12a61256w3b6f7c4ce24cd55a_at_mail.gmail.com...
>> Dear all,
>>
>> I wrapped a c++ code into python. It works but it is 3 times slower than the
>> orignial c++ one.
>> Is that normal? Is there something I can do to speed it up?
>
> Python slower than C++? I don't believe it !
>
> ...;-)
Hey No offence intended, but AFAIK( which isnt well) Python is built to be
lightweight and versatile rather than for speed performance.
regards
Andy Little