[Haskell-cafe] newbie questions (read, etc., with Data.ByteString.Lazy.Char8)

Mike Coleman tutufan at gmail.com
Tue Oct 7 00:17:01 EDT 2008


On Mon, Oct 6, 2008 at 10:19 PM, Don Stewart <dons at galois.com> wrote:
> To compile, try something like:
>
>    ghc -O2 --make A.hs

That did the trick--thanks.

For input large enough to be a good test, this is I/O-bound on my
laptop (the speed of the compiled and interpreted versions are almost
identical), so I'll have to try it on a bigger machine tomorrow.

Mike


More information about the Haskell-Cafe mailing list