Click here to Skip to main content
15,923,120 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: We Come For You Pin
BillWoodruff16-Sep-19 3:18
professionalBillWoodruff16-Sep-19 3:18 
GeneralRe: We Come For You Pin
Sander Rossel15-Sep-19 8:09
professionalSander Rossel15-Sep-19 8:09 
GeneralRe: We Come For You Pin
honey the codewitch15-Sep-19 8:11
mvahoney the codewitch15-Sep-19 8:11 
GeneralRe: We Come For You Pin
Sander Rossel15-Sep-19 8:31
professionalSander Rossel15-Sep-19 8:31 
JokeRe: We Come For You Pin
Nand3215-Sep-19 8:16
Nand3215-Sep-19 8:16 
GeneralRe: We Come For You Pin
Jörgen Andersson15-Sep-19 8:56
professionalJörgen Andersson15-Sep-19 8:56 
GeneralRe: We Come For You Pin
Norman Landing15-Sep-19 20:08
Norman Landing15-Sep-19 20:08 
Generalworking my behind off making my JSON entity framework usable in a multithreaded environment Pin
honey the codewitch15-Sep-19 6:39
mvahoney the codewitch15-Sep-19 6:39 
it's pretty neat though. Once I get this done I'll have a first level per-application cache to play with instead of having to resort to url caching.

that means (hopefully) better performance, but definitely less network traffic because of the dramatic increase in cache hits in an MT environment.

so i'm excited. the locking is primitive but serviceable as a general purpose sync, courtesy of my new collection library, Bee

my big fear is performance since I'm creating a ton of slim r/w locks. i'm not sure how that will impact it and unfortunately this is a major code overhaul before i get to find out.

also, separate subject, I'm really confused about B+ trees.

They limit access to the leaf nodes but that makes me wonder if the tree is supposed to be partially in memory instead of all on disk.

and if it's partially in memory then that's frustrating but understandable. it just complicates things.

I don't know how the hell to do this.
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: working my behind off making my JSON entity framework usable in a multithreaded environment Pin
Marc Clifton15-Sep-19 6:47
mvaMarc Clifton15-Sep-19 6:47 
GeneralRe: working my behind off making my JSON entity framework usable in a multithreaded environment Pin
honey the codewitch15-Sep-19 6:49
mvahoney the codewitch15-Sep-19 6:49 
GeneralRe: working my behind off making my JSON entity framework usable in a multithreaded environment Pin
Marc Clifton15-Sep-19 12:42
mvaMarc Clifton15-Sep-19 12:42 
GeneralRe: working my behind off making my JSON entity framework usable in a multithreaded environment Pin
honey the codewitch15-Sep-19 14:10
mvahoney the codewitch15-Sep-19 14:10 
GeneralRe: working my behind off making my JSON entity framework usable in a multithreaded environment Pin
Rick York15-Sep-19 17:22
mveRick York15-Sep-19 17:22 
GeneralRe: working my behind off making my JSON entity framework usable in a multithreaded environment Pin
Rage15-Sep-19 22:36
professionalRage15-Sep-19 22:36 
GeneralRe: working my behind off making my JSON entity framework usable in a multithreaded environment Pin
honey the codewitch16-Sep-19 1:00
mvahoney the codewitch16-Sep-19 1:00 
GeneralRe: working my behind off making my JSON entity framework usable in a multithreaded environment Pin
Rage16-Sep-19 1:16
professionalRage16-Sep-19 1:16 
GeneralTranslation of the day Pin
OriginalGriff15-Sep-19 5:35
mveOriginalGriff15-Sep-19 5:35 
GeneralRe: Translation of the day Pin
RickZeeland15-Sep-19 6:20
mveRickZeeland15-Sep-19 6:20 
GeneralRe: Translation of the day Pin
GuyThiebaut15-Sep-19 6:30
professionalGuyThiebaut15-Sep-19 6:30 
GeneralRe: Translation of the day Pin
OriginalGriff15-Sep-19 6:32
mveOriginalGriff15-Sep-19 6:32 
GeneralRe: Translation of the day Pin
Kornfeld Eliyahu Peter15-Sep-19 6:38
professionalKornfeld Eliyahu Peter15-Sep-19 6:38 
GeneralRe: Translation of the day Pin
OriginalGriff15-Sep-19 6:43
mveOriginalGriff15-Sep-19 6:43 
GeneralRe: Translation of the day Pin
lopatir15-Sep-19 6:50
lopatir15-Sep-19 6:50 
GeneralRe: Translation of the day Pin
dandy7215-Sep-19 8:20
dandy7215-Sep-19 8:20 
GeneralRe: Translation of the day Pin
Ravi Bhavnani15-Sep-19 8:26
professionalRavi Bhavnani15-Sep-19 8:26 

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.