K 10 svn:author V 8 kientzle K 8 svn:date V 27 2003-11-11T04:59:23.000000Z K 7 svn:log V 366 Improve the performance of radixsort() when sorting strings with common prefixes by noting when all the strings land in just one bin. Testing shows significant speedups (on the order of 30%) on strings with common prefixes and no slowdowns on any of my test cases. Submitted by: Markus Bjartveit Kruger PR: 58860 Approved by: gordon (mentor) END