[Haskell-cafe] [ANNOUNCE] vector-conduit

Felipe Almeida Lessa felipe.lessa at gmail.com
Thu Mar 22 22:16:39 CET 2012


Nice package!

An idea for sourceVector is to use the streaming interface [1].  It
would be nice if GHC could fuse the array with sourceVector, avoiding
to produce the array in the first place, but I'm not going to hold my
breath =).

Cheers,

[1] http://hackage.haskell.org/packages/archive/vector/0.9.1/doc/html/Data-Vector-Generic.html#v:stream

-- 
Felipe.



More information about the Haskell-Cafe mailing list