Click here to Skip to main content
15,883,883 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: I am seeing more use of HEIC image format on Apple Phones Pin
Nelek15-Dec-20 22:26
protectorNelek15-Dec-20 22:26 
GeneralRe: I am seeing more use of HEIC image format on Apple Phones Pin
Maximilien15-Dec-20 7:51
Maximilien15-Dec-20 7:51 
GeneralRe: I am seeing more use of HEIC image format on Apple Phones Pin
Shao Voon Wong15-Dec-20 16:53
mvaShao Voon Wong15-Dec-20 16:53 
GeneralI'm on fire today! Pin
honey the codewitch15-Dec-20 5:16
mvahoney the codewitch15-Dec-20 5:16 
GeneralRe: I'm on fire today! Pin
User 1106097915-Dec-20 5:45
User 1106097915-Dec-20 5:45 
GeneralRe: I'm on fire today! Pin
honey the codewitch15-Dec-20 6:10
mvahoney the codewitch15-Dec-20 6:10 
GeneralRe: I'm on fire today! Pin
User 1106097915-Dec-20 6:26
User 1106097915-Dec-20 6:26 
GeneralRe: I'm on fire today! Pin
honey the codewitch15-Dec-20 9:10
mvahoney the codewitch15-Dec-20 9:10 
Some of these little devices I'm dealing with have less than 32kb of RAM, so being able to do complicated queries using tiny amounts of heap is really useful.

I think I'm going to own all on JSON performance in the scenarios I designed it for. It's not as fast to look up as it would be using in memory hashtables to store object fields, but this isn't designed to use much in memory querying, much less devote precious extra ram to hashing which if it improves performance, you're already loading more object fields into memory in the first place than you should be. It's designed to go from disk/network->query->result in as few moves as possible with as little ram as possible, and given that limitation, as fast as possible. It does this fantastically, and it actually performs probably better than a other libraries in that scenario where you do a read->query-result->recycle loop

It's pretty great. It might even be useful on full size machines. It's certainly performance tuned. (or as microsofties might say "performant")
Real programmers use butterflies

GeneralRe: I'm on fire today! Pin
Sander Rossel15-Dec-20 5:51
professionalSander Rossel15-Dec-20 5:51 
GeneralRe: I'm on fire today! Pin
honey the codewitch15-Dec-20 6:07
mvahoney the codewitch15-Dec-20 6:07 
GeneralRe: I'm on fire today! Pin
Johnny J.15-Dec-20 6:14
professionalJohnny J.15-Dec-20 6:14 
JokeRe: I'm on fire today! Pin
Daniel Pfeffer15-Dec-20 8:00
professionalDaniel Pfeffer15-Dec-20 8:00 
GeneralThought of the Day Pin
OriginalGriff15-Dec-20 4:47
mveOriginalGriff15-Dec-20 4:47 
GeneralRe: Thought of the Day Pin
W Balboos, GHB15-Dec-20 6:12
W Balboos, GHB15-Dec-20 6:12 
GeneralRe: Thought of the Day Pin
Mike Hankey15-Dec-20 8:02
mveMike Hankey15-Dec-20 8:02 
GeneralRe: Thought of the Day Pin
wwales15-Dec-20 20:41
wwales15-Dec-20 20:41 
JokeI'm a cereal killer Pin
Cp-Coder15-Dec-20 3:19
Cp-Coder15-Dec-20 3:19 
GeneralRe: I'm a cereal killer Pin
honey the codewitch15-Dec-20 3:23
mvahoney the codewitch15-Dec-20 3:23 
GeneralRe: I'm a cereal killer Pin
W Balboos, GHB15-Dec-20 6:14
W Balboos, GHB15-Dec-20 6:14 
GeneralRe: I'm a cereal killer Pin
  Forogar  15-Dec-20 3:37
professional  Forogar  15-Dec-20 3:37 
GeneralRe: I'm a cereal killer Pin
Daniel Pfeffer15-Dec-20 3:40
professionalDaniel Pfeffer15-Dec-20 3:40 
GeneralRe: I'm a cereal killer Pin
Fueled By Decaff15-Dec-20 4:03
Fueled By Decaff15-Dec-20 4:03 
GeneralRe: I'm a cereal killer Pin
PIEBALDconsult15-Dec-20 4:04
mvePIEBALDconsult15-Dec-20 4:04 
GeneralRe: I'm a cereal killer Pin
rnbergren15-Dec-20 4:16
rnbergren15-Dec-20 4:16 
GeneralRe: I'm a cereal killer Pin
CodeWraith15-Dec-20 4:49
CodeWraith15-Dec-20 4:49 

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.