Skip to content

implementation of burrows-wheeler transformation on go

Notifications You must be signed in to change notification settings

Warh40k/bw-coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

implementation of burrows-wheeler transformation on go

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages