Click here to Skip to main content
15,885,278 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 codewitch24-Jan-21 12:13
mvahoney the codewitch24-Jan-21 12:13 
GeneralRe: When twice as fast doesn't matter Pin
Christian Graus24-Jan-21 12:19
protectorChristian Graus24-Jan-21 12:19 
GeneralRe: When twice as fast doesn't matter Pin
rob tillaart24-Jan-21 23:20
rob tillaart24-Jan-21 23:20 
GeneralRe: When twice as fast doesn't matter Pin
honey the codewitch25-Jan-21 2:29
mvahoney the codewitch25-Jan-21 2:29 
GeneralRe: When twice as fast doesn't matter Pin
W Balboos, GHB25-Jan-21 2:26
W Balboos, GHB25-Jan-21 2:26 
GeneralRe: When twice as fast doesn't matter Pin
honey the codewitch25-Jan-21 3:16
mvahoney the codewitch25-Jan-21 3:16 
GeneralRe: When twice as fast doesn't matter Pin
W Balboos, GHB25-Jan-21 3:18
W Balboos, GHB25-Jan-21 3:18 
GeneralRe: When twice as fast doesn't matter Pin
Kirk 1038982125-Jan-21 3:02
Kirk 1038982125-Jan-21 3:02 
This is a GREAT question, and it is SOLUTION Dependent!

If you could make the GNU Compilers twice as fast, PLEASE DO. Every time!
Well, until the time savings is so tiny, nobody cares.

We have a phrase: "The right answer late... Is the wrong answer!"
To us, it means that timing is part of the design/interface.
A Ping response that is normally > network timeout is useless to the recipient, as they gave up!

A page that takes 1 second longer than a user will wait, is too slow.
Sometimes, it's about "feedback" (Working... Spinners, Changing Screens, see Travelocity, LOL)

Sometimes, it's simply too slow to feel useable. Or I can do it by hand.
When I can launch EXCEL faster than find my calculator... You can bet I will use excel.

Therefore, either FIND a situation that REQUIRES twice as fast JSON parsing (Apps/Databases/etc), or move on.

Personally, I won't optimize beyond "acceptable" without a business requirement. (NOTE: A business requirement can be indirect, like the impact having 1 million of these running every day at full load).

As an example, we have an update statement taking 2 seconds. It feels slow to me. It's processing almost a million records. Part of a bigger process that is taking too long by 30 minutes. Not in a loop. I think I'll pass. [There is an 8 hour solution that would remove this. I logged a note, not in this pass. Making that update twice as fast is meaningless in this context]

GeneralRe: When twice as fast doesn't matter Pin
honey the codewitch25-Jan-21 3:10
mvahoney the codewitch25-Jan-21 3:10 
GeneralRe: When twice as fast doesn't matter Pin
Nelek25-Jan-21 3:29
protectorNelek25-Jan-21 3:29 
GeneralRe: When twice as fast doesn't matter Pin
obermd25-Jan-21 3:23
obermd25-Jan-21 3:23 
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 
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 

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.