Re: Pipeline Performance

2004-08-31 Thread Aaron Sherman
On Mon, 2004-08-30 at 16:34, Rod Adams wrote: @x = @y == map lc == grep length == 4; I would think you actually want to be able to define grep, map, et al. in terms of the mechanism for unraveling, and just let the optimizer collapse the entire pipeline down to a single map. To propose one way

Re: Pipeline Performance

2004-08-31 Thread Sean O'Rourke
At Tue, 31 Aug 2004 13:23:04 -0400, [EMAIL PROTECTED] (Aaron Sherman) wrote: I would think you actually want to be able to define grep, map, et al. in terms of the mechanism for unraveling, and just let the optimizer collapse the entire pipeline down to a single map. Even for map and grep this

Re: This fortnight's summary

2004-08-31 Thread Nicholas Clark
On Wed, Aug 25, 2004 at 08:19:06PM +0100, The Perl 6 Summarizer wrote: Chia-liang Kao announced that he (I'm guessing, I'm not very good at Yes, he. But I assume that someone's already confirmed this to you. He's been in London recently. I'm not sure if he's still here. Nick

Re: Pipeline Performance

2004-08-31 Thread Rod Adams
Aaron Sherman wrote: On Mon, 2004-08-30 at 16:34, Rod Adams wrote: @x = @y == map lc == grep length == 4; I would think you actually want to be able to define grep, map, et al. in terms of the mechanism for unraveling, and just let the optimizer collapse the entire pipeline down to a