Msufsort Save

msufsort parallel suffix array construction algorithm

Project README

msufsort

msufsort suffix array construction algorithm

high performance, multi-threaded, suffix array, bwt/unbwt, lcp construction algorithm

**** this is a pre-release demo **** **** this version is incomplete and lacks induction sorting which can result in sub optimal performance on some pathological inputs ****

======================================================================

To compile:

mkdir build
cd build
cmake ..
make

To build demo:

mkdir build
cd build
cmake -DMSUFSORT_BUILD_DEMO=ON ..
make 
Open Source Agenda is not affiliated with "Msufsort" Project. README Source: michaelmaniscalco/msufsort
Stars
27
Open Issues
0
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating