Click here to Skip to main content
15,896,201 members

Survey Results

What optimisations do you consider when you code?

Survey period: 1 Jul 2013 to 8 Jul 2013

In general, when writing code, which of the following optimisations do you always think about when writing code? (even if you reject them as unnecessary for a certain situation)

OptionVotes% 
Memory use52764.11
Speed of execution69684.67
Final binary size8610.46
Resource use (eg graphics objects, handles etc)28734.91
Network traffic31738.56
Power465.60
None404.87
Respondents were allowed to choose more than one answer; totals may not add up to 100%

View optional text answers (34 answers)


 
GeneralComplaints from End-Users Pin
MacSpudster2-Jul-13 5:58
professionalMacSpudster2-Jul-13 5:58 
GeneralI focus on ASP page bloat Pin
Gregory Gadow2-Jul-13 3:22
Gregory Gadow2-Jul-13 3:22 
GeneralFewer lines of code Pin
Johann van der Smut1-Jul-13 21:51
Johann van der Smut1-Jul-13 21:51 
GeneralRe: Fewer lines of code Pin
Abhishek Nandy1-Jul-13 22:36
professionalAbhishek Nandy1-Jul-13 22:36 
GeneralRe: Fewer lines of code Pin
PIEBALDconsult2-Jul-13 8:13
mvePIEBALDconsult2-Jul-13 8:13 
GeneralRe: Fewer lines of code Pin
Espen Harlinn2-Jul-13 13:19
professionalEspen Harlinn2-Jul-13 13:19 
GeneralRe: Fewer lines of code Pin
CDP18022-Jul-13 19:06
CDP18022-Jul-13 19:06 
GeneralAgreed, but the first word in my post was *generally* Pin
Johann van der Smut4-Jul-13 18:37
Johann van der Smut4-Jul-13 18:37 
GeneralRe: Fewer lines of code Pin
Florian Rappl7-Jul-13 6:03
professionalFlorian Rappl7-Jul-13 6:03 
GeneralRaises Arm (to block the impending whipping...) " Power optimization..?" Pin
ely_bob1-Jul-13 10:21
professionalely_bob1-Jul-13 10:21 
GeneralTime, memory, flexibility and maintenance Pin
Nelek1-Jul-13 8:21
protectorNelek1-Jul-13 8:21 
GeneralDisk I/O Pin
Wendelius1-Jul-13 5:23
mentorWendelius1-Jul-13 5:23 
GeneralBad IPC utilization Pin
Cory Shirts1-Jul-13 4:56
Cory Shirts1-Jul-13 4:56 
GeneralWill it blend Pin
Ron Anders1-Jul-13 3:19
Ron Anders1-Jul-13 3:19 
GeneralFlexible architecture and the least amount of code Pin
Marc Clifton1-Jul-13 3:01
mvaMarc Clifton1-Jul-13 3:01 
That's what I focus on for everything I write. Occasionally I need to deal with memory and speed, and those usually involve multithreading as well.

Marc

GeneralDepends on a project Pin
Nemanja Trifunovic1-Jul-13 2:32
Nemanja Trifunovic1-Jul-13 2:32 
GeneralGeneric-ness Pin
W Balboos, GHB1-Jul-13 2:23
W Balboos, GHB1-Jul-13 2:23 
GeneralCode maintainability Pin
chris5gd1-Jul-13 1:55
chris5gd1-Jul-13 1:55 
GeneralRe: Code maintainability Pin
Nemanja Trifunovic1-Jul-13 2:33
Nemanja Trifunovic1-Jul-13 2:33 
GeneralRe: Code maintainability PinPopular
chris5gd1-Jul-13 2:51
chris5gd1-Jul-13 2:51 
GeneralRe: Code maintainability Pin
Nemanja Trifunovic1-Jul-13 4:20
Nemanja Trifunovic1-Jul-13 4:20 
GeneralRe: Code maintainability Pin
chris5gd1-Jul-13 5:11
chris5gd1-Jul-13 5:11 
GeneralRe: Code maintainability Pin
Des Ward7-Jul-13 8:23
professionalDes Ward7-Jul-13 8:23 
GeneralRe: Code maintainability Pin
Nemanja Trifunovic7-Jul-13 23:18
Nemanja Trifunovic7-Jul-13 23:18 
GeneralRe: Code maintainability Pin
Des Ward8-Jul-13 6:46
professionalDes Ward8-Jul-13 6:46 

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.