/bw-coder

implementation of burrows-wheeler transformation on go

Primary LanguageGo

Go library for Burrows-Wheeler transformation

Usage

go get github.com/Warh40k/bw-coder

You can test the library with two executables provided

encoder <input file> <output file>
decoder <input file> <output file>

or

encoder <input dir> <output dir>
decoder <input dir> <output dir>