
7 May
2009
7 May
'09
3:24 a.m.
Steven Ross wrote:
Also, the mostly-sorted performance issue is resolved; performance is now comparable on Windows between integer_sort and std::sort on mostly-sorted data, without any platform-specific edits.
I'm curious as to why std::sort was faster for mostly-sorted data, and what you did to your algorithm to match its speed. --Jeffrey Bosboom