[Ilugc] How to improve the throughput of c/c++ code

  • From: girishvenkatachalam@xxxxxxxxx (Girish Venkatachalam)
  • Date: Thu Sep 30 09:11:21 2010

On Wed, Sep 29, 2010 at 8:52 PM, narendra babu <cnarendra_babu@xxxxxxxxx> wrote:

Hello all ,

I have done some search to improve the performance of existing c/c++ code , 
but could not find much .

So it will be great if any body can share thoughts on how to improve the 
performace or throughput of code .

also?if anybody has worked in converting single threaded code to 
multithreaded code in c/c++ .

do we any tools to identify where we can improve perfromace of c/c++ code .

It is not a canned answer.

First thing is don't use C++. People think C++ is an improvement on C.

Second thing is never use threading.

http://www.softpanorama.org/People/Ousterhout/Threads/tsld001.htm

I know you people will not believe me till some reference is given. ;)

-Girish



-- 
Om Muruga!
Gayatri Hitech

http://gayatri-hitech.com
Six networking devices
(E-mail, Spam, ISP link concentrator, VPN, Load balancer, Nw Monitor)

girish@xxxxxxxxxxxxxxxxxx

Other related posts: