VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Super Fast String Sorts Update(30/03/2007)

Tai Chi Minh Ralph Eastwood  (1 Submission)   VB function enhancement   Intermediate   Wed 3rd February 2021

I have implemented two of the algorithms 'popular' MSD Radix Sorts
based on the implementations done by Peter M. McIlroy and Keith Bostic in
their paper Engineering Radix Sort. Of the techniques used were VBSpeed techniques
such as safearray 'hacking' and others.
These algorithms go extremely fast, about 10x faster than a standard iterative version of
a QuickSort algorithm. This is shown the the accompanying benchmark...
Please compile to native with all advanced options checked to get best results, but I think it performs pretty well in IDE as well.
Updated with TriQuickSort instead of QuickSort.
Updated with TriQuickSort fixed+2x faster
Updated with TriQuickSort Non-Recursive, rd's strSwapTable, Export to CSV
Updated with some GUI changes and Ulli's algos

Inputs
Unsorted String Arrays

Returns
Sorted String Arrays

Rate Super Fast String Sorts Update(30/03/2007) (20(20 Vote))

Download Super Fast String Sorts Update(30/03/2007)

Super Fast String Sorts Update(30/03/2007) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters