[Haskell-cafe] Need for speed: the Burrows-Wheeler Transform

Carl Mäsak cmasak at gmail.com
Tue Jul 10 11:28:37 EDT 2007


Andrew (>):
> I was reading Wikipedia, and I found this:
>
>   http://en.wikipedia.org/wiki/Burrows-Wheeler_transform

Maybe it would be a nice idea to add back one of the implementations
of the transform to the Wikipedia article... just to show how a
Haskell version can be shorter, more readable and about as fast as a
C/C++ version.

// Carl


More information about the Haskell-Cafe mailing list