An open API service indexing awesome lists of open source software.

https://github.com/stefanvanburen/bwt-go

Implementation of the Burrows-Wheeler Transform in Go
https://github.com/stefanvanburen/bwt-go

burrows-wheeler-transform go

Last synced: 2 months ago
JSON representation

Implementation of the Burrows-Wheeler Transform in Go

Awesome Lists containing this project

README

        

# bwt-go

Implementation of the [Burrows-Wheeler Transform](https://en.wikipedia.org/wiki/Burrows–Wheeler_transform) in Go.