Click here to Skip to main content
15,895,746 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
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 
Well, in my case there's a significant downside to optimizing the way simdjson does - simdjson must index the entire document, and while it does so very quickly, it uses gobs of RAM.

My parser will run reasonably on a 4kB machine. Smile | :)

Consider that this "twice as fast" scenario is only on workstations and servers that are 64-bit and like i said, requires gobs of RAM.

Even without it I get massive throughput, even on old PCs so what's the point of going further than that when doing so requires me to load the entire document into RAM, and makes it so it can't run on an 8-bit machine - won't even compile.

That was my calculus. I hope that seems reasonable, but if it doesn't I'm more than happy to discuss it. I'm just a nerd like that.
Real programmers use butterflies

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 
GeneralRe: Got up this morning to find a blanket of snow. Pin
pkfox24-Jan-21 10:19
professionalpkfox24-Jan-21 10:19 
GeneralRe: Got up this morning to find a blanket of snow. Pin
Richard MacCutchan24-Jan-21 22:00
mveRichard MacCutchan24-Jan-21 22:00 
GeneralRe: Got up this morning to find a blanket of snow. Pin
pkfox24-Jan-21 23:17
professionalpkfox24-Jan-21 23:17 

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.