Click here to Skip to main content
15,925,206 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: its usually a faulty algorithm design Pin
Jon Rista7-Oct-09 15:16
Jon Rista7-Oct-09 15:16 
GeneralRe: its usually a faulty algorithm design Pin
DrewH8-Oct-09 10:48
DrewH8-Oct-09 10:48 
GeneralThese are two entirely different concepts Pin
PIEBALDconsult5-Oct-09 5:40
mvePIEBALDconsult5-Oct-09 5:40 
GeneralUnfortunately "caring about" and "have time to work on" are not the same thing Pin
nets_key5-Oct-09 4:59
nets_key5-Oct-09 4:59 
GeneralRe: Unfortunately "caring about" and "have time to work on" are not the same thing Pin
yassir hannoun5-Oct-09 5:00
yassir hannoun5-Oct-09 5:00 
GeneralPerformance versus Optimization Pin
Gerry Schmitz5-Oct-09 4:50
mveGerry Schmitz5-Oct-09 4:50 
GeneralI think about it in the phase I plan to think about it in. Pin
Simon P Stevens5-Oct-09 3:01
Simon P Stevens5-Oct-09 3:01 
JokePerformance. Who's talking and what on earth is that ? Pin
micmanos5-Oct-09 2:08
micmanos5-Oct-09 2:08 
As stated in previous posts (by someone else), performance is a factor within the bounds of the implementation. It's not possible to consider performance at the design stage for more than a few reasons, the biggest one being the fact that design is driven by the feature set of the application, which are usually set by the client needs.

Everybody agrees that performance is about 'doing things the best possible way' and that usually addresses terms like 'Speed', 'Ease of use' and 'Simplicity'. But things get a bit complicated when those same words come from the mouth of an 'End User', 'Developer', 'Manager'.

Tip ... When discussing 'Performance' make sure you speak the 'same language' with the other guy(s) Laugh | :laugh: !!!!

PS: After a few years of trying, i've come to the inevitable conclusion that performance is located at the very spot where the outer boundaries of the 'acceptable software' criteria of each one involved, meet .... Cool | :cool:

modified on Monday, October 5, 2009 8:23 AM

GeneralRe: Optimization is an on-route proccess thus cannot be done beforehand. Pin
sPdMoNkEy5-Oct-09 2:24
sPdMoNkEy5-Oct-09 2:24 
General54% of software developers don't seem to be scratching their noses. Pin
Tom Lessing5-Oct-09 1:12
Tom Lessing5-Oct-09 1:12 
GeneralRe: 54% of software developers don't seem to be scratching their noses. Pin
InfRes5-Oct-09 1:27
InfRes5-Oct-09 1:27 
JokeRe: 54% of software developers don't seem to be scratching their noses. Pin
micmanos5-Oct-09 2:11
micmanos5-Oct-09 2:11 
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... Pin
Jon Rista4-Oct-09 19:52
Jon Rista4-Oct-09 19:52 
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 

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.