Paper on bijective variants of the BWT
I just found this link on comp.compression:
http://www.informatik.uni-stuttgart....s/kuf09psc.pdf
It's a paper about the bijective sort transform. The presentation seems to be rather cryptic, but it contains a running example which I will go through -- maybe I will finally understand the (inverse of the) ST...
@Shelwien: maybe it has the missing "bijectivity part" for your implementation.
One general question: does the ST with a reasonable order (say 5 or 8) give better or worse compression results (depending on the different encoders)? For example, what about the BWTmix approach on ST outputs?
--Alibert