The Data Compression News Blog

All about the most recent compression techniques, algorithms, patents, products, tools and events.

Subscribe

Posts: RSS Feed
Comments: RSS Feed

MSufSort version 2.1 is now available.

Posted by Sachin Garg on 23rd October 2005 | Permanent Link

Michael A Maniscalco announced in this comp.compression post availability of a new version of his state-of-the-art suffix sorting algorithm.

The newest version of MSufSort is now available
at http://www.michael-maniscalco.com/msufsort.htm

MSufSort is a high speed, light-weight suffix sorting algorithm
complete with Burrows/Wheeler transform class in C++.

Version 2.1 contains a build time feature for sorting 16 bit character
sets as well as the traditional 8 bit.

- Michael A Maniscalco