Click here to Skip to main content
15,885,366 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:04
mvahoney the codewitch24-Jan-21 12:04 
GeneralRe: When twice as fast doesn't matter Pin
Christian Graus24-Jan-21 12:06
protectorChristian Graus24-Jan-21 12:06 
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 
Yeah. The bottlenecks in this case depend widely on what you're doing.

With my JSON lib:

If you're reading bulk data from a file on a modern PC, your bottleneck is both file i/o *and* CPU

If you're reading data from a file on an atmega2560 your bottleneck is SD i/o *and* CPU.

If you're reading data from a file on an ESP32 your bottleneck is primarily SD i/o

If you're reading data from a network on an atmega2560 your bottleneck is primarily network i/o *and* CPU

If you're reading data from a network on most any other device your bottleneck is the network.

I always try to know where my bottlenecks are. Smile | :) I always know where my towel is as well.
Real programmers use butterflies

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 
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 

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.