[Haskell-cafe] bytestring vs. uvector

Manlio Perillo manlio_perillo at libero.it
Fri Mar 13 13:08:58 EDT 2009


Bryan O'Sullivan ha scritto:
> [...]
> text is not mature, and is based on the same modern fusion framework as 
> uvector and vector. It uses unpinned arrays, but provides functions for 
> dealing with foreign code. 

What is the reason why you have decided to use unpinned arrays 
(ByteArray#) instead of pinned arrays (Foreign.Ptr)?


 > [...]



Thanks  Manlio


More information about the Haskell-Cafe mailing list