|
|
nemesis wrote:
> They are just thin wrappers for scientific/numeric libs written in C.
Well, you may get comparable performance if you never do, say, a loop.
Or if you can manipulate large datasets using only the vectorized forms
and not make use of almost anything within the actual Python language.
In real world cases, it's unlikely.
It's the same with MATLAB - they're just wrappers for libraries in
C/C++. Yet few perceive it to be as fast. You can always concoct
examples where they're comparable, but in reality, you may not be able
to vectorize everything.
I often tell people that NumPy/SciPy is a "competitor" of MATLAB (and
has a much faster interpreter, which can make a big difference). If
MATLAB doesn't perform well for them, and if they properly know how to
use MATLAB, then I don't recommend NumPy/SciPy to them either.
--
"Now we all know map companies hire guys who specialize in making map
folding a physical impossibility" - Adult Kevin Arnold in "Wonder Years"
/\ /\ /\ /
/ \/ \ u e e n / \/ a w a z
>>>>>>mue### [at] nawazorg<<<<<<
anl
Post a reply to this message
|
|