Click here to Skip to main content
15,886,632 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: When twice as fast doesn't matter Pin
honey the codewitch25-Jan-21 5:58
mvahoney the codewitch25-Jan-21 5:58 
GeneralRe: When twice as fast doesn't matter Pin
David On Life25-Jan-21 5:45
David On Life25-Jan-21 5:45 
GeneralRe: When twice as fast doesn't matter Pin
honey the codewitch25-Jan-21 5:56
mvahoney the codewitch25-Jan-21 5:56 
GeneralRe: When twice as fast doesn't matter Pin
David On Life25-Jan-21 6:48
David On Life25-Jan-21 6:48 
GeneralRe: When twice as fast doesn't matter Pin
honey the codewitch25-Jan-21 7:17
mvahoney the codewitch25-Jan-21 7:17 
GeneralRe: When twice as fast doesn't matter Pin
David On Life25-Jan-21 7:35
David On Life25-Jan-21 7:35 
GeneralRe: When twice as fast doesn't matter Pin
honey the codewitch25-Jan-21 7:40
mvahoney the codewitch25-Jan-21 7:40 
GeneralRe: When twice as fast doesn't matter Pin
trønderen25-Jan-21 10:38
trønderen25-Jan-21 10:38 
No code "optimization" giving a twofold speedup (or less) is worth it.

Optimizing a library function consuming ten percent of the total CPU power consumed by a production run of your application (or less) isn't worth it.

First law of code optimization: Don't do it.

Second law of code optimization: If you have to do it, don't do it yet.

"Optimization" is one of the most poorly understood, and therefore one of the most badly abused, concepts of the software business.
GeneralRe: When twice as fast doesn't matter Pin
honey the codewitch25-Jan-21 10:50
mvahoney the codewitch25-Jan-21 10:50 
GeneralRe: When twice as fast doesn't matter Pin
Matt McGuire28-Jan-21 5:12
professionalMatt McGuire28-Jan-21 5:12 
GeneralRe: When twice as fast doesn't matter Pin
honey the codewitch28-Jan-21 8:50
mvahoney the codewitch28-Jan-21 8:50 
GeneralGot up this morning to find a blanket of snow. Pin
OriginalGriff23-Jan-21 21:36
mveOriginalGriff23-Jan-21 21:36 
GeneralRe: Got up this morning to find a blanket of snow. Pin
RickZeeland23-Jan-21 21:43
mveRickZeeland23-Jan-21 21:43 
GeneralRe: Got up this morning to find a blanket of snow. Pin
obermd25-Jan-21 3:24
obermd25-Jan-21 3:24 
GeneralRe: Got up this morning to find a blanket of snow. Pin
RickZeeland25-Jan-21 4:00
mveRickZeeland25-Jan-21 4:00 
GeneralRe: Got up this morning to find a blanket of snow. Pin
Kornfeld Eliyahu Peter23-Jan-21 21:50
professionalKornfeld Eliyahu Peter23-Jan-21 21:50 
GeneralRe: Got up this morning to find a blanket of snow. Pin
Slacker00723-Jan-21 21:56
professionalSlacker00723-Jan-21 21:56 
GeneralRe: Got up this morning to find a blanket of snow. Pin
OriginalGriff23-Jan-21 22:18
mveOriginalGriff23-Jan-21 22:18 
GeneralRe: Got up this morning to find a blanket of snow. Pin
Jörgen Andersson23-Jan-21 23:22
professionalJörgen Andersson23-Jan-21 23:22 
GeneralRe: Got up this morning to find a blanket of snow. Pin
peterkmx23-Jan-21 23:20
professionalpeterkmx23-Jan-21 23:20 
GeneralRe: Got up this morning to find a blanket of snow. Pin
Richard MacCutchan23-Jan-21 22:19
mveRichard MacCutchan23-Jan-21 22:19 
GeneralRe: Got up this morning to find a blanket of snow. Pin
DerekT-P24-Jan-21 1:50
professionalDerekT-P24-Jan-21 1:50 
GeneralRe: Got up this morning to find a blanket of snow. Pin
Richard MacCutchan24-Jan-21 1:52
mveRichard MacCutchan24-Jan-21 1:52 
GeneralRe: Got up this morning to find a blanket of snow. Pin
pkfox24-Jan-21 5:35
professionalpkfox24-Jan-21 5:35 
GeneralRe: Got up this morning to find a blanket of snow. Pin
Richard MacCutchan24-Jan-21 5:41
mveRichard MacCutchan24-Jan-21 5:41 

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.