
17 Jul
2008
17 Jul
'08
3:41 p.m.
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.