Burstsort Library


Motivation

I wanted the fastest algorithm to sort strings for my program, and after a search of the scientific journals I decided on Burstsort and its variants. There was, however, no implementation of Burstsort free available so I wrote my own.


Description

Burstsort is currently the fastest algorithm for sorting strings on cache-architectures.


News for version 2.0

News for version 1.0

Downloads

Use the project page at sourceforge: http://www.sourceforge.net/projects/burstsort

License

Burstsort is licenced under the GPL, not the LGPL.


Stefan Webb

SourceForge.net Logo