Click here to Skip to main content
15,895,142 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: What flavor of voodoo is this? Pin
Kornfeld Eliyahu Peter11-Sep-19 19:36
professionalKornfeld Eliyahu Peter11-Sep-19 19:36 
GeneralRe: What flavor of voodoo is this? Pin
honey the codewitch11-Sep-19 19:36
mvahoney the codewitch11-Sep-19 19:36 
GeneralRe: What flavor of voodoo is this? Pin
Kornfeld Eliyahu Peter11-Sep-19 19:56
professionalKornfeld Eliyahu Peter11-Sep-19 19:56 
GeneralRe: What flavor of voodoo is this? Pin
honey the codewitch11-Sep-19 19:57
mvahoney the codewitch11-Sep-19 19:57 
GeneralRe: What flavor of voodoo is this? Pin
Kornfeld Eliyahu Peter11-Sep-19 20:09
professionalKornfeld Eliyahu Peter11-Sep-19 20:09 
GeneralRe: What flavor of voodoo is this? Pin
honey the codewitch11-Sep-19 20:12
mvahoney the codewitch11-Sep-19 20:12 
GeneralRe: What flavor of voodoo is this? Pin
Jörgen Andersson11-Sep-19 22:22
professionalJörgen Andersson11-Sep-19 22:22 
GeneralRe: What flavor of voodoo is this? Pin
honey the codewitch11-Sep-19 22:25
mvahoney the codewitch11-Sep-19 22:25 
Jörgen Andersson wrote:
While more than 30000 items is something you very seldom need to (or should) handle in memory.


That's getting less true. What's funny is by my tests, .NET is just fine with 3 million entries spread across 3 different dictionary classes.

The heap isn't as big as you'd expect and the performance is really good for both the base Dictionary class (which is basically unsorted, and uses a hash lookup) and for my class, while not being unsurprising for the other class.

Times are changing. In memory DB is totally doable even in C#, for smaller dbs.

I was thinking of backing JSON with something like this, or implementing a full B+ with backing storage for it.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: What flavor of voodoo is this? Pin
Jörgen Andersson12-Sep-19 5:59
professionalJörgen Andersson12-Sep-19 5:59 
GeneralRe: What flavor of voodoo is this? Pin
honey the codewitch12-Sep-19 6:00
mvahoney the codewitch12-Sep-19 6:00 
GeneralRe: What flavor of voodoo is this? Pin
Jörgen Andersson12-Sep-19 6:02
professionalJörgen Andersson12-Sep-19 6:02 
GeneralRe: What flavor of voodoo is this? Pin
honey the codewitch12-Sep-19 7:09
mvahoney the codewitch12-Sep-19 7:09 
GeneralRe: What flavor of voodoo is this? Pin
Jörgen Andersson12-Sep-19 7:11
professionalJörgen Andersson12-Sep-19 7:11 
GeneralRe: What flavor of voodoo is this? Pin
kalberts12-Sep-19 9:04
kalberts12-Sep-19 9:04 
GeneralRe: What flavor of voodoo is this? Pin
honey the codewitch12-Sep-19 10:45
mvahoney the codewitch12-Sep-19 10:45 
Generalwell gosh, I feel dumb now. Pin
honey the codewitch11-Sep-19 13:01
mvahoney the codewitch11-Sep-19 13:01 
GeneralRe: well gosh, I feel dumb now. Pin
Super Lloyd11-Sep-19 14:02
Super Lloyd11-Sep-19 14:02 
GeneralRe: well gosh, I feel dumb now. Pin
honey the codewitch11-Sep-19 14:04
mvahoney the codewitch11-Sep-19 14:04 
GeneralRe: well gosh, I feel dumb now. Pin
Super Lloyd11-Sep-19 14:10
Super Lloyd11-Sep-19 14:10 
GeneralRe: well gosh, I feel dumb now. Pin
honey the codewitch11-Sep-19 14:11
mvahoney the codewitch11-Sep-19 14:11 
GeneralRe: well gosh, I feel dumb now. Pin
Super Lloyd11-Sep-19 14:14
Super Lloyd11-Sep-19 14:14 
GeneralRe: well gosh, I feel dumb now. Pin
Super Lloyd11-Sep-19 14:13
Super Lloyd11-Sep-19 14:13 
GeneralRe: well gosh, I feel dumb now. Pin
honey the codewitch11-Sep-19 14:14
mvahoney the codewitch11-Sep-19 14:14 
GeneralRe: well gosh, I feel dumb now. Pin
Super Lloyd11-Sep-19 14:17
Super Lloyd11-Sep-19 14:17 
GeneralRe: well gosh, I feel dumb now. Pin
Super Lloyd11-Sep-19 14:16
Super Lloyd11-Sep-19 14:16 

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.