[Haskell-cafe] Knuth Morris Pratt for Lazy Bytestrings implementation

Tim Docker twd_gg at dockerz.net
Tue Jul 31 21:30:57 EDT 2007


> If anyone can come up with a fast search implementation for strict
> and/or lazy ByteStrings I'll include it in the bytestring package.

Out of curiosity, is it intentional or an oversight that findSubstrings
is only implemented on strict ByteStrings? (at least with the libs
supplied with ghc-6.6.1).

Tim



More information about the Haskell-Cafe mailing list