
5 Dec
2011
5 Dec
'11
10:11 a.m.
Oh, sorry, my bad.
I misunderstood the dependency.
2011/12/5 Johan Tibell
On Mon, Dec 5, 2011 at 6:09 AM, Yves Parès
wrote: However the performance issues seem odd: text is based on bytestring.
This is not the case. Text is based on ByteArray#, GHC internal type for blocks of bytes. The text package depends on the bytestring package because it allows you to encode/decode Text<->ByteString.
-- Johan