Implements FM-Index (https://en.wikipedia.org/wiki/FM-index), full-text substring index based on the Burrows-Wheeler transform.
Implements FM-Index (https://en.wikipedia.org/wiki/FM-index), full-text substring index based on the Burrows-Wheeler transform. One should use "index/suffixarray" pkg
go get github.com/sjbog/bwt
Implements FM-Index (https://en.wikipedia.org/wiki/FM-index), full-text substring index based on the Burrows-Wheeler transform.