Click here to Skip to main content
16,004,882 members

Survey Results

In which phase of your software project do you actually care about performance?   [Edit]

Survey period: 5 Oct 2009 to 12 Oct 2009

When do you decide that the go-faster pedal needs to be applied? (suggested by Jim Xochellis)
OptionVotes% 
I care about performance during both the design and implementation phases60551.98
I care about performance during the implementation phase, only after the design phase has completed12811.00
I care about performance only after both design and implementation phases have been completed. (Make it work first, optimize later...)32327.75
I care about performance when a user complains it's too slow907.73
I don't care about performance at all.181.55



 
GeneralRe: 54% of software developers don't seem to be scratching their noses. Pin
W Balboos, GHB5-Oct-09 3:33
W Balboos, GHB5-Oct-09 3:33 
GeneralRe: 54% of software developers don't seem to be scratching their noses. Pin
Tom Lessing5-Oct-09 3:56
Tom Lessing5-Oct-09 3:56 
GeneralRe: 54% of software developers don't seem to be scratching their noses. Pin
Jordan Marr5-Oct-09 7:04
Jordan Marr5-Oct-09 7:04 
JokeRe: 54% of software developers don't seem to be scratching their noses. Pin
John Stewien5-Oct-09 20:40
John Stewien5-Oct-09 20:40 
GeneralLittle, slow and steady optimization from the inception would save a lot of heart breaks later... Pin
Vasudevan Deepak Kumar4-Oct-09 21:19
Vasudevan Deepak Kumar4-Oct-09 21:19 
GeneralRe: Little, slow and steady optimization from the inception would save a lot of heart breaks later... Pin
peterchen4-Oct-09 21:52
peterchen4-Oct-09 21:52 
GeneralRe: Little, slow and steady optimization from the inception would save a lot of heart breaks later... Pin
Paul Sanders (the other one)4-Oct-09 23:08
Paul Sanders (the other one)4-Oct-09 23:08 
GeneralPremature optimization may be the root of all evil... PinPopular
Jon Rista4-Oct-09 19:52
Jon Rista4-Oct-09 19:52 
...but ignoring performance at the start and waiting till the end is hell itself.

Performance is not purely an implementation thing. A system must be architected wisely with performance in mind, from the start, to truly achieve good, scalable performance. I fully agree that implementation should start by focusing on making something work, and factor in performance as part of refactoring after function is achieved. However there are less granular levels of performance that must be addressed throughout the whole process. Should an application be multi-threaded? What kind of physical scalability is needed? What kind of throughput is required after its initial release? Subsequent releases? What kind of load growth is expected?

Those questions can't simply be met by after-the-fact implementation changes...they are fundamental architectural decisions that need to be addressed early, so that refactoring to meet them is possible...and easy.
GeneralOnly if optimization is evil... Pin
Plamen Dragiyski4-Oct-09 20:46
professionalPlamen Dragiyski4-Oct-09 20:46 
GeneralRe: Only if optimization is evil... Pin
Jon Rista4-Oct-09 21:24
Jon Rista4-Oct-09 21:24 
GeneralRe: Premature optimization may be the root of all evil... Pin
peterchen4-Oct-09 21:50
peterchen4-Oct-09 21:50 
GeneralRe: Premature optimization may be the root of all evil... Pin
Jon Rista5-Oct-09 9:21
Jon Rista5-Oct-09 9:21 
GeneralRe: Premature optimization may be the root of all evil... Pin
ed welch5-Oct-09 1:08
ed welch5-Oct-09 1:08 
GeneralRe: Premature optimization may be the root of all evil... Pin
Jon Rista5-Oct-09 9:18
Jon Rista5-Oct-09 9:18 
GeneralRe: Premature optimization may be the root of all evil... Pin
ed welch7-Oct-09 6:17
ed welch7-Oct-09 6:17 
GeneralRe: Premature optimization may be the root of all evil... Pin
Jon Rista7-Oct-09 15:35
Jon Rista7-Oct-09 15:35 
GeneralRe: Premature optimization may be the root of all evil... Pin
micmanos5-Oct-09 2:15
micmanos5-Oct-09 2:15 
GeneralRe: Premature optimization may be the root of all evil... Pin
Jon Rista5-Oct-09 9:24
Jon Rista5-Oct-09 9:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.