Click here to Skip to main content
15,884,020 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: blind micro optimisation Pin
Richard Deeming1-Jun-22 0:23
mveRichard Deeming1-Jun-22 0:23 
GeneralRe: blind micro optimisation Pin
jsc421-Jun-22 0:27
professionaljsc421-Jun-22 0:27 
GeneralRe: blind micro optimisation Pin
Richard Deeming1-Jun-22 0:35
mveRichard Deeming1-Jun-22 0:35 
GeneralRe: blind micro optimisation Pin
PIEBALDconsult1-Jun-22 2:43
mvePIEBALDconsult1-Jun-22 2:43 
GeneralRe: blind micro optimisation Pin
Super Lloyd1-Jun-22 17:33
Super Lloyd1-Jun-22 17:33 
GeneralRe: blind micro optimisation Pin
honey the codewitch1-Jun-22 2:58
mvahoney the codewitch1-Jun-22 2:58 
GeneralRe: blind micro optimisation Pin
Super Lloyd1-Jun-22 17:32
Super Lloyd1-Jun-22 17:32 
GeneralRe: blind micro optimisation Pin
obermd2-Jun-22 3:12
obermd2-Jun-22 3:12 
Looking at the code I would expect the second to be faster. The reason is that enumeration is slow relative to function calls. The original code enumerates three times over source and creates temporary objects. The rewritten code enumerates once over source and creates no temporary objects.

Super Lloyd actually tested and found the second code is 20% faster. The Lounge
GeneralRe: blind micro optimisation Pin
honey the codewitch3-Jun-22 3:09
mvahoney the codewitch3-Jun-22 3:09 
GeneralRe: blind micro optimisation Pin
Super Lloyd4-Jun-22 6:21
Super Lloyd4-Jun-22 6:21 
GeneralRe: blind micro optimisation Pin
honey the codewitch4-Jun-22 6:48
mvahoney the codewitch4-Jun-22 6:48 
GeneralRe: blind micro optimisation Pin
obermd1-Jun-22 4:35
obermd1-Jun-22 4:35 
GeneralRe: blind micro optimisation Pin
Rick York1-Jun-22 11:27
mveRick York1-Jun-22 11:27 
GeneralRe: blind micro optimisation Pin
jmaida1-Jun-22 15:06
jmaida1-Jun-22 15:06 
AnswerRe: blind micro optimisation Pin
Saša Ćetković2-Jun-22 4:01
professionalSaša Ćetković2-Jun-22 4:01 
Generalbad joke Pin
jmaida31-May-22 17:35
jmaida31-May-22 17:35 
GeneralRe: bad joke Pin
DerekT-P1-Jun-22 0:52
professionalDerekT-P1-Jun-22 0:52 
GeneralRe: bad joke Pin
jmaida1-Jun-22 8:07
jmaida1-Jun-22 8:07 
GeneralRe: bad joke Pin
DRHuff1-Jun-22 10:20
DRHuff1-Jun-22 10:20 
GeneralRe: bad joke Pin
jmaida1-Jun-22 11:39
jmaida1-Jun-22 11:39 
QuestionMessage Closed Pin
31-May-22 16:36
T_F_P31-May-22 16:36 
AnswerRe: Virtual Environment Pin
Greg Utas31-May-22 16:41
professionalGreg Utas31-May-22 16:41 
GeneralRe: Virtual Environment Pin
T_F_P31-May-22 16:44
T_F_P31-May-22 16:44 
GeneralRe: Virtual Environment Pin
harold aptroot31-May-22 18:18
harold aptroot31-May-22 18:18 
GeneralRe: Virtual Environment Pin
dan!sh 31-May-22 21:37
professional dan!sh 31-May-22 21:37 

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.