Re: [Haskell-cafe] ANNOUNCE: vector 0.1 (efficient arrays with lots of fusion)

2008-07-13 Thread Johan Tibell
On Mon, Jul 14, 2008 at 6:30 AM, Roman Leshchinskiy <[EMAIL PROTECTED]> wrote: > Levi Stephen wrote: >> Sounds interesting. How does this compare to the uvector library? > > IIUC, uvector is based on an older version of the DPH libraries and only > provides unboxed arrays. On the other hand, it's m

Re: [Haskell-cafe] ANNOUNCE: vector 0.1 (efficient arrays with lots of fusion)

2008-07-13 Thread Roman Leshchinskiy
Levi Stephen wrote: On Sun, Jul 13, 2008 at 12:31 AM, Roman Leshchinskiy <[EMAIL PROTECTED]> wrote: Hi all, the vector library will eventually provide fast, Int-indexed arrays with a powerful fusion framework. It's very immature at the moment (I haven't tested most of the code) and implements

Re: [Haskell-cafe] ANNOUNCE: vector 0.1 (efficient arrays with lots of fusion)

2008-07-13 Thread Levi Stephen
On Sun, Jul 13, 2008 at 12:31 AM, Roman Leshchinskiy <[EMAIL PROTECTED]> wrote: > Hi all, > > the vector library will eventually provide fast, Int-indexed arrays with a > powerful fusion framework. It's very immature at the moment (I haven't > tested most of the code) and implements just a few co

Re: [Haskell-cafe] ANNOUNCE: vector 0.1 (efficient arrays with lots of fusion)

2008-07-12 Thread Don Stewart
bulat.ziganshin: > Hello Roman, > > Saturday, July 12, 2008, 7:01:05 PM, you wrote: > > > the vector library will eventually provide fast, Int-indexed arrays with > > a powerful fusion framework. > > GREAT! doom4 would be written in Haskell! Did you know about Cheplyaka's Summer of Code project

Re: [Haskell-cafe] ANNOUNCE: vector 0.1 (efficient arrays with lots of fusion)

2008-07-12 Thread Roman Leshchinskiy
Sebastian Sylvan wrote: Is there any more (easily-digested, like a paper) information available about this? Specifically what things can happen in-place, and future extensions... Apart from the stream fusion papers, unfortunately no, it's all very much work in progress. Basically, at the mo

Re: [Haskell-cafe] ANNOUNCE: vector 0.1 (efficient arrays with lots of fusion)

2008-07-12 Thread Sebastian Sylvan
On 7/12/08, Roman Leshchinskiy <[EMAIL PROTECTED]> wrote: > > Hi all, > > the vector library will eventually provide fast, Int-indexed arrays with a > powerful fusion framework. It's very immature at the moment (I haven't > tested most of the code) and implements just a few combinators but I > tho

Re: [Haskell-cafe] ANNOUNCE: vector 0.1 (efficient arrays with lots of fusion)

2008-07-12 Thread Bulat Ziganshin
Hello Roman, Saturday, July 12, 2008, 7:01:05 PM, you wrote: > the vector library will eventually provide fast, Int-indexed arrays with > a powerful fusion framework. GREAT! doom4 would be written in Haskell! -- Best regards, Bulatmailto:[EMAIL PROTECTED] ___

[Haskell-cafe] ANNOUNCE: vector 0.1 (efficient arrays with lots of fusion)

2008-07-12 Thread Roman Leshchinskiy
Hi all, the vector library will eventually provide fast, Int-indexed arrays with a powerful fusion framework. It's very immature at the moment (I haven't tested most of the code) and implements just a few combinators but I thought releasing early wouldn't hurt. Use at your own risk and expect