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.
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.