
7 Sep
2007
7 Sep
'07
11:22 a.m.
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ï