Re: A question about efficiency
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: "Brian Muth" <bmuth@xxxxxxxx>
- Date: Wed, 25 Jan 2006 10:36:57 -0800
IMHO this is a case of "premature optimization".
You need to profile your application first to find out where the bottlenecks
exist. You could very well be focussing on a completely irrelevent section
of code.
Brian
.
Relevant Pages
- Re: Server Programmierung: performance Steigerung durch Verteilung von Verbindungsanfragen auf mehre
... Einschränkung bei seiner Applikation nicht gegeben. ... "Premature optimization is the root of ... Event-Systems bei bestem Willen nicht was er unter "premature ... Optimieren bevor man Zahlen hat. ... (de.comp.os.unix.programming) - Re: Server Programmierung: performance Steigerung durch Verteilung von Verbindungsanfragen auf mehre
... die Grundregel der Optimierung: "Premature optimization is the root of ... Event-Systems bei bestem Willen nicht was er unter "premature ... Falls Skalierbarkeit eine Anforderung an die Applikation ist, ... (de.comp.os.unix.programming) - Re: Cons cell archaic!?
... In the classic case of premature ... optimization, the optimization takes place before the design is done, or ... fight to keep our lisp running in 2 Mb or less (and we've kept the base ... don't forget the extra complexity CDR coding would entail at the ... (comp.lang.lisp) - Re: Efficiency of code generated by Ada compilers
... someone prematurely implied that I may be doing premature ... optimization, or at least the guy who you think implied that. ... This compiler uses a not uncommon approach to code ... My last project was a real-time application. ... (comp.lang.ada) - Re: Optimization (was Re: C portability is a myth)
... your compiler is converting your code into inefficient instructions, ... > optimization (which I wrote about prior to the existence of the Athlon ... that ordering instructions in certain ways will always lead to faster ... Until you know where the bottlenecks are, ... (comp.lang.c) |
|