[Haskell-cafe] Lazy lists simulated by unboxed mutable arrays

Henning Thielemann lemming at henning-thielemann.de
Thu May 29 02:00:44 EDT 2008


On Thu, 29 May 2008, Bulat Ziganshin wrote:

> Hello Andrew,
>
> Wednesday, May 28, 2008, 10:37:47 PM, you wrote:
>>> looks like lazy.bytestring generalized to any a
>> That sounds like a darn useful thing to have...
>
> well, support on only Word8 as base type isn't some fundamental limit,
> just creators of bytestring package was not very interested in support
> of other base types

Just in order to remind you, ByteString for any Storable types does 
already exist:
   http://hackage.haskell.org/cgi-bin/hackage-scripts/package/storablevector

Current repository is here:
   http://code.haskell.org/storablevector/


More information about the Haskell-Cafe mailing list