[Haskell-cafe] Speed of character reading in Haskell

Chaddaï Fouché chaddai.fouche at gmail.com
Fri Sep 7 07:22:39 EDT 2007


>From what I can see of your program, it would greatly benefit from
using Data.ByteString, is there an obvious reason not to use it ?
(Some list operations are too expensive with ByteString but for most
string processing it's perfectly fine and much faster than String).

-- 
Jedaï


More information about the Haskell-Cafe mailing list