Re: [LAU] No batch processing on Linux?

From: Arnold Krille <arnold@email-addr-hidden>
Date: Sun Sep 26 2010 - 00:24:26 EEST

On Saturday 25 September 2010 20:21:22 Joel Roth wrote:
> On Sat, Sep 25, 2010 at 01:00:29PM +0200, Arnold Krille wrote:
> > Porting parts of your python project to C/C++ is easy (think prototyping
> > in python and port to compiled-language once the interface is finished
> > and the optimizations begin).
>
> For optimizing perl, we have Devel::NYTProf, which
> profiles the time spent in each subroutine. (As the name
> suggests, the New York Times underwrote the development
> costs.)

Hm. The idea I mainly have in mind is not to optimize your python code, but
prototype your app with its functionality in python and when all works as
expected (more or less), port the time-critical parts to c/C++. Not because
python is slow (it is compared to native asm) in general, but because it is
definitely to slow for various tasks like audio. And because python afaik still
has the big interpreter lock, effectively suppressing any python multi-
threading. Which you work around by re-implementing your heavy-math parts in C
and run them outside the interpreter lock (but still from within threads
created and managed from python)...

Have fun,

Arnold

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user

Received on Sun Sep 26 04:15:01 2010

This archive was generated by hypermail 2.1.8 : Sun Sep 26 2010 - 04:15:02 EEST