libdivsufsort-1.0.0 released
Posted by Sachin Garg on 7th November 2005 | Permanent Link
libdivsufsort 1.0.0 is now available at Yuta Mori’s home page. Click here for Google translated English version of the memo announcing this.
libdivsufsort is a small library that provides a very fast and lightweight suffix sorting algorithm. It is based on the improved two-stage algorithm and Ko-Aluru algorithm.
autoconf and automake are also introduced in this version.
Unfortunately I couldnt find any speed benchmark results on how this version compares to previous version and other suffix-sorting algorithms, I am sure they will be added soon.
November 7th, 2005 at 7:03 pm
DivSufSort is excellent work. I’ve been following Yuta’s work for a long time as I work on MSufSort. His work is the inspiration that keeps me refining my work.
- Michael
November 7th, 2005 at 11:29 pm
I mailed Yuta Mori asking for links to results pages, here is the response:
I have updated benchmark results to include the latest version of divsufsort and MSufSort. Have a look at
http://homepage3.nifty.com/wpage/software/libdivsufsort.html
and
http://homepage3.nifty.com/wpage/software/results.html
—————————————–
yuta mori
Thanks Yuta