On 9 November 2010 08:01, Mark Spezzano <[email protected]> wrote: > I want to be able to run it from the command line in a terminal window, and > have the text come up in colours (but very fast). My current version is > already very fast, but I've heard everyone raving about how slow Strings were > to use for I/O, so I wanted to _experiment_ with ByteStrings to see the > performance difference.
I very much doubt that you will see a difference in performance between String and Text for the amounts of data that you can fit on a terminal window. Cheers, Max _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
