Click here to Skip to main content
15,896,154 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: Scientific discovery: The Dead *are* moving! Pin
Rick York13-Sep-19 5:11
mveRick York13-Sep-19 5:11 
GeneralRe: Scientific discovery: The Dead *are* moving! Pin
Nelek13-Sep-19 8:08
protectorNelek13-Sep-19 8:08 
GeneralRe: Scientific discovery: The Dead *are* moving! Pin
Stefan_Lang15-Sep-19 21:30
Stefan_Lang15-Sep-19 21:30 
GeneralRe: Scientific discovery: The Dead *are* moving! Pin
Nelek15-Sep-19 23:00
protectorNelek15-Sep-19 23:00 
GeneralRe: Scientific discovery: The Dead *are* moving! Pin
Mike Hankey13-Sep-19 9:44
mveMike Hankey13-Sep-19 9:44 
Generalyay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 2:36
mvahoney the codewitch13-Sep-19 2:36 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
Jörgen Andersson13-Sep-19 2:54
professionalJörgen Andersson13-Sep-19 2:54 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 2:59
mvahoney the codewitch13-Sep-19 2:59 
well in my tests i used positive ints for the keys, which based on the reference implementation gives a perfect spread for its hashcodes - 1 item per bucket so no extra equality checks. I gave it best case. Because the sorting ones were only comparing on ints i figured the dictionary should get the same advantage.

technically all of these sorting algorithms (not including Dictionary because it doesn't sort) work on divide and conquer, because of the tree structures, but yeah - the way the b-tree squashes the trees into multi-level indexes really helps here.
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: yay i published my b-tree and binary tree classes finally Pin
Jörgen Andersson13-Sep-19 3:04
professionalJörgen Andersson13-Sep-19 3:04 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 3:08
mvahoney the codewitch13-Sep-19 3:08 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
Jörgen Andersson13-Sep-19 3:09
professionalJörgen Andersson13-Sep-19 3:09 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 3:15
mvahoney the codewitch13-Sep-19 3:15 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
Jörgen Andersson13-Sep-19 3:28
professionalJörgen Andersson13-Sep-19 3:28 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 3:39
mvahoney the codewitch13-Sep-19 3:39 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
Jörgen Andersson13-Sep-19 3:43
professionalJörgen Andersson13-Sep-19 3:43 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 3:52
mvahoney the codewitch13-Sep-19 3:52 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
CodeWraith13-Sep-19 2:56
CodeWraith13-Sep-19 2:56 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 3:01
mvahoney the codewitch13-Sep-19 3:01 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
CodeWraith13-Sep-19 3:09
CodeWraith13-Sep-19 3:09 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 3:13
mvahoney the codewitch13-Sep-19 3:13 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
CodeWraith13-Sep-19 3:44
CodeWraith13-Sep-19 3:44 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 3:54
mvahoney the codewitch13-Sep-19 3:54 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
Nand3213-Sep-19 4:17
Nand3213-Sep-19 4:17 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
Nand3213-Sep-19 4:15
Nand3213-Sep-19 4:15 
GeneralRe: yay i published my b-tree and binary tree classes finally Pin
honey the codewitch13-Sep-19 8:29
mvahoney the codewitch13-Sep-19 8:29 

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.