This is a Rust implementation of the BWT construction algorithm in small space, described in Algorithm 11.8 of the book: Compact Data Structures - A Practical Approach, Gonzalo Navarro, 2016.
https://docs.rs/small-bwt/
tools
provides a command line tool to construct the BWT of a file.
$ cargo run --release -p tools -- -i english.50MB -o english.50MB.bwt -t
Licensed under either of
at your option.