Click here to Skip to main content
15,891,840 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: 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 
GeneralRe: well gosh, I feel dumb now. Pin
TheGreatAndPowerfulOz11-Sep-19 14:44
TheGreatAndPowerfulOz11-Sep-19 14:44 
GeneralRe: well gosh, I feel dumb now. Pin
honey the codewitch11-Sep-19 14:44
mvahoney the codewitch11-Sep-19 14:44 
GeneralRe: well gosh, I feel dumb now. Pin
TheGreatAndPowerfulOz12-Sep-19 2:38
TheGreatAndPowerfulOz12-Sep-19 2:38 
GeneralRe: well gosh, I feel dumb now. Pin
honey the codewitch12-Sep-19 8:50
mvahoney the codewitch12-Sep-19 8:50 
GeneralRe: well gosh, I feel dumb now. Pin
TheGreatAndPowerfulOz12-Sep-19 12:06
TheGreatAndPowerfulOz12-Sep-19 12:06 
GeneralRe: well gosh, I feel dumb now. Pin
honey the codewitch12-Sep-19 12:09
mvahoney the codewitch12-Sep-19 12:09 
Yep. I think it's a good rule of thumb that the more optimized your search algo is, the faster it's search is relative to its inserts (and especially removes!)

What surprised me some about my results is again after 30,000 rows or so if memory serves, the SortedBTreeDictionary was beating out SortedDictionary on inserts AND deletes, not just searches. I was impressed.

Having a much harder time getting my AVL tree working despite the algorithm being simpler. The problem is I was recomputing the heights all the time which made it atrociously slow and the code just didn't want to accept my optimizations. Problems kept coming up. I've finally got it inserting and deleting 10,000,000 rows without much complaint which means I can throw it back into my cheesy little test harness and beat it up. woo.
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: well gosh, I feel dumb now. Pin
TheGreatAndPowerfulOz12-Sep-19 17:09
TheGreatAndPowerfulOz12-Sep-19 17:09 
RantOracle pains Pin
ZurdoDev11-Sep-19 10:04
professionalZurdoDev11-Sep-19 10:04 
GeneralRe: Oracle pains Pin
Rick York11-Sep-19 10:08
mveRick York11-Sep-19 10:08 
GeneralRe: Oracle pains Pin
OriginalGriff11-Sep-19 10:13
mveOriginalGriff11-Sep-19 10:13 
GeneralRe: Oracle pains Pin
Richard MacCutchan11-Sep-19 11:57
mveRichard MacCutchan11-Sep-19 11:57 
GeneralRe: Oracle pains Pin
ZurdoDev11-Sep-19 13:23
professionalZurdoDev11-Sep-19 13:23 
GeneralRe: Oracle pains Pin
Richard MacCutchan11-Sep-19 21:00
mveRichard MacCutchan11-Sep-19 21:00 
GeneralRe: Oracle pains Pin
Michael Martin11-Sep-19 12:49
professionalMichael Martin11-Sep-19 12:49 
GeneralRe: Oracle pains Pin
ZurdoDev11-Sep-19 13:24
professionalZurdoDev11-Sep-19 13:24 
GeneralRe: Oracle pains Pin
Super Lloyd11-Sep-19 14:06
Super Lloyd11-Sep-19 14:06 
GeneralRe: Oracle pains Pin
Rajesh R Subramanian11-Sep-19 17:40
professionalRajesh R Subramanian11-Sep-19 17:40 
GeneralRe: Oracle pains Pin
ZurdoDev12-Sep-19 0:56
professionalZurdoDev12-Sep-19 0:56 
Generaldo any of you others have little coding mantras that save your behind? Pin
honey the codewitch11-Sep-19 6:36
mvahoney the codewitch11-Sep-19 6:36 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
Gary Wheeler11-Sep-19 7:26
Gary Wheeler11-Sep-19 7:26 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
PIEBALDconsult11-Sep-19 7:56
mvePIEBALDconsult11-Sep-19 7:56 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
Ron Anders11-Sep-19 8:02
Ron Anders11-Sep-19 8:02 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
Sander Rossel11-Sep-19 8:06
professionalSander Rossel11-Sep-19 8:06 

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.