Skip to content

michaelmaniscalco/m99

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 

Releases

No releases published

Packages

No packages published