Bucketsort: Difference between revisions

Content added Content deleted
Line 45: Line 45:
NEXT
NEXT
IF recurse% THEN
IF recurse% THEN
'* Withoit this, 28s+
'* Without this, Bucketort() will be much slower
BucketSort Array(), BS_Local_Last_Insert_Index, BS_Local_Current_Insert_Index - 1, order&, 0
BucketSort Array(), BS_Local_Last_Insert_Index, BS_Local_Current_Insert_Index - 1, order&, 0
ELSE
ELSE