Hi all,

For a while now, we have had Data.ByteString[.Lazy][.Char8] for our
fast strings. Now we also have Data.Text, which does the same for
Unicode. These seem to be the standard for dealing with lists of bytes
and characters.

Now we also have the storablevector, uvector, and vector packages.
These seem to be also useful for unpacked data, *including* Char and
Word8 values.

What is the difference between bytestring and these new "fast array"
libraries? Are the latter just generalizations of the former?

Thanks for any insight anyone can give on this.

Alex
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to