On Wed, Sep 29, 2010 at 8:52 PM, narendra babu <[email protected]> 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) [email protected] _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
