[Haskell-cafe] Google Summer of Code: BlazeHTML RFC
Max Rabkin
max.rabkin at gmail.com
Fri May 28 14:22:42 EDT 2010
On Thu, May 27, 2010 at 2:44 PM, Pierre-Etienne Meunier
<pierreetienne.meunier at gmail.com> wrote:
> ** Advertisement **
> Have you tried the library I have written, Data.Rope ?
> ** End of advertisement **
> The algorithmic complexity of most operations on ropes is way better than on
> bytestrings : log n for all operations, except traversals, of course.
> Cheers,
> PE
How is a Data.Rope.Rope different from a Data.Sequence.Seq Char?
--Max
More information about the Haskell-Cafe
mailing list