[Haskell-cafe] [ANNOUNCE] vector-conduit

Jared Hance jaredhance at gmail.com
Fri Mar 23 01:30:39 CET 2012


On Thu, Mar 22, 2012 at 07:31:18PM -0300, Felipe Almeida Lessa wrote:
> From: Felipe Almeida Lessa <felipe.lessa at gmail.com>
> To: haskell-cafe at haskell.org
> Date: Thu, 22 Mar 2012 19:31:18 -0300
> Subject: Re: [Haskell-cafe] [ANNOUNCE] vector-conduit
> 
> On Thu, Mar 22, 2012 at 8:03 PM, Jared Hance <jaredhance at gmail.com> wrote:
> > I looked over it and decided to simply go with head/tail (not sure why I
> > used the index thing... head/tail is so much more "functional"). That
> > should still get some fusion benefit, right, since it all uses streams
> > under the hood?
> 
> I'm almost sure that it won't fuse using head and tail, but YMMV.

Okay then. I just implemented the stream version; its at the git
repository but I probably won't release for a few more days since I want
to expand the testsuite.



More information about the Haskell-Cafe mailing list