michaelmaniscalco / m99

novel high throughput entropy encoder for BWT data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

novel high throughput entropy encoder for BWT data

License:MIT License


Languages

Language:C++ 94.7%Language:CMake 5.1%Language:C 0.2%