Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 195 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 195 Bytes

m99

novel high performance BWT compression algorithm

mkdir build
cd build
cmake ..
make

To build demo (default=ON):

mkdir build
cd build
cmake -DM99_BUILD_DEMO=ON ..
make