[Haskell-cafe] uvector and the stream interface

Henning Thielemann lemming at henning-thielemann.de
Thu Jul 17 11:41:01 EDT 2008


On Thu, 17 Jul 2008, Evan Laforge wrote:

>> An abstraction stack:
>>
>>    Impure              Pure
>
> How about strict vs. lazy?  I ask because I assumed there were lazy
> variants of uvector or storablevector, using the bytestring list of
> chunks approach, but apparently not?

For storablevector there exists code, but not complete and not tested:
    http://code.haskell.org/storablevector/Data/StorableVector/Lazy.hs

> Also, what's the distinction between storablevector and uvector?

I hoped that I answered this with my previous mail.



More information about the Haskell-Cafe mailing list