vote up 3 vote down star
1

Where can I find1 information resources, and probably, the source code for that new adaptive mergesort based sort algorithm mentioned by Joshua Bloch on his Devvox 2008 interview, and is mentioned as a RFE report too?

1 Remark: I used my favorite search engine, and its largest competitor too, without satisfactory result other than the RFE report.

flag

2 Answers

vote up 2 vote down check

Googling for 'timsort java' gave me this - the OpenJDK7 patch which looks likes it's Joshua Bloch's implementation.

EDIT: Tim (unrelated, I guess!) has very kindly determined the URL for the actual Timsort.java from this repository.

link|flag
Yes, I would need an undiff for that somehow. – kd304 Jul 19 at 9:38
It's a patch, so you can apply it to the OpenJDK source code – Brian Agnew Jul 19 at 10:31
I'm too lazy to do that, and OpenJDK does not seem work on my Windows PC. I'd rather have the source in one piece. – kd304 Jul 19 at 10:33
That's available from the same address minus the timsort.patch, isnt it? cr.openjdk.java.net/~martin/webrevs/… – Tim Jul 19 at 12:48
@Tim - thanks for that. I've amended the answer appropriately – Brian Agnew Jul 19 at 12:50
show 1 more comment
vote up 0 vote down

IIRC, there has been some discussion on the relevant OpenJDK mailing list.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.