Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!g31g2000yqc.googlegroups.com!not-for-mail
From: Rune Allnor <allnor@tele.ntnu.no>
Newsgroups: comp.soft-sys.matlab
Subject: Re: HOWTO: Accelerate processing algorithm
Date: Sun, 5 Jul 2009 06:01:00 -0700 (PDT)
Organization: http://groups.google.com
Lines: 20
Message-ID: <ed842128-f9be-4599-b088-4b6ba049d5bc@g31g2000yqc.googlegroups.com>
References: <h2q435$r64$1@fred.mathworks.com> <9281730.75571.1246796996212.JavaMail.jakarta@nitrogen.mathforum.org>
NNTP-Posting-Host: 77.17.141.40
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1246798860 11124 127.0.0.1 (5 Jul 2009 13:01:00 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sun, 5 Jul 2009 13:01:00 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: g31g2000yqc.googlegroups.com; posting-host=77.17.141.40; 
	posting-account=VAp5gAkAAAAmkCze5hvZtMeedpZWNthI
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; 
	Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 
	3.5.21022),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:552879


On 5 Jul, 14:29, Jose Antonio <jurig...@gmail.com> wrote:

> I have seen the improvement is from around 35s to 6s, to it's great. However, do you know if it could be even faster implementing the operation in C?

Somebody who really understand *both* C *and* the
problem you are trying to solve, might be able to
squeeze the performance a bit yet. But then, don't
expect a C newbie to be able to obtain significant
improvment.

The question is, however, *why* one would want to
boost performance. You mentioned optimization, so
I assume this is a function that will be called
over and over.

Again: Leave the computer to work over night, and
the performance boost you already got might be
enough.

Rune