help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

threaded processing


From: Stefan van der Walt
Subject: threaded processing
Date: Sun, 3 Apr 2005 16:42:41 +0200
User-agent: Mutt/1.5.6+20040907i

Is it possible to use threads under Octave?  I have a particular
application in mind:

A colour RGB image consists of red, green and blue components.  When
processing such an image, one often needs to do the exact same
calculations on each of the three components.  Often, we now find
computers with more than one CPU inside (Hyperthreaded etc.), which
would boost the performance of such an algorithm if it could execute 3
parallel branches.

Would it be safe to use libpthreads or some similar library with
octave to obtain this?

Regards
Stefan



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]