On Mon, Dec 5, 2011 at 6:09 AM, Yves Parès <span dir="ltr">&lt;<a href="mailto:limestrael@gmail.com">limestrael@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

However the performance issues seem odd: text is based on bytestring.</blockquote><div><br></div><div>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&lt;-&gt;ByteString.</div>

<div><br></div><div>-- Johan</div><div><br></div></div>