[Haskell-cafe] Re: [Haskell] My summer of code project: HsJudy

2006-06-01 Thread Simon Marlow
Bulat Ziganshin wrote: 1. In terms of Haskell, Judy is a library of _mutable_ collections of _unboxed_ elements. i pointed you to the Array wiki page, where differences between boxed and unboxed, mutable and immutable datastructures are described There's no reason you can't use Judy to

[Haskell-cafe] Re[2]: [Haskell] My summer of code project: HsJudy

2006-06-01 Thread Bulat Ziganshin
Hello Simon, Thursday, June 1, 2006, 2:13:03 PM, you wrote: Bulat Ziganshin wrote: 1. In terms of Haskell, Judy is a library of _mutable_ collections of _unboxed_ elements. i pointed you to the Array wiki page, where differences between boxed and unboxed, mutable and immutable

[Haskell-cafe] Re: [Haskell] My summer of code project: HsJudy

2006-06-01 Thread Simon Marlow
Bulat Ziganshin wrote: Thursday, June 1, 2006, 2:13:03 PM, you wrote: Bulat Ziganshin wrote: 1. In terms of Haskell, Judy is a library of _mutable_ collections of _unboxed_ elements. i pointed you to the Array wiki page, where differences between boxed and unboxed, mutable and immutable

Re: [Haskell] My summer of code project: HsJudy

2006-05-31 Thread Caio Marcelo
On 5/30/06, Bulat Ziganshin [EMAIL PROTECTED] wrote: my comments to your README: (...) Bulat, thanks for your suggestions/comments! I've turned most of your points into entries/paragraphs on HsJudy/TODO =) -- Caio Marcelo ___ Haskell mailing list

[Haskell-cafe] Re[2]: [Haskell] My summer of code project: HsJudy

2006-05-31 Thread Bulat Ziganshin
(moved to haskell-cafe) Hello Jean-Philippe, Tuesday, May 30, 2006, 2:58:01 PM, you wrote: you should also see to the Collections package: darcs get --partial http://darcs.haskell.org/packages/collections/ although it contains only _immutable_ datastructures at this moment. may be, you can

Re: [Haskell-cafe] Re[2]: [Haskell] My summer of code project: HsJudy

2006-05-31 Thread Benjamin Franksen
On Wednesday 31 May 2006 17:12, Bulat Ziganshin wrote: 6. There is no class framework for container types other than this Data.Collections module, Edison? Ben ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell] My summer of code project: HsJudy

2006-05-30 Thread Bulat Ziganshin
Hello Caio, Tuesday, May 30, 2006, 5:29:46 AM, you wrote: I'm Caio Marcelo and my project for this Summer of Code is Fast Mutable Collection Types for Haskell, I'll be implementing a lot of APIs for data collections (like Map and Arrays) using Judy library as backend. my comments to your

Re: [Haskell] My summer of code project: HsJudy

2006-05-30 Thread Brian Hulley
Bulat Ziganshin wrote: the Judy library itself: http://judy.sf.net http://mesh.dl.sourceforge.net/sourceforge/judy/Judy-1.0.3.tar.gz I wonder if the authors of the library could be persuaded to make it available under an Open Source license, because currently it is under the very limiting

Re: [Haskell] My summer of code project: HsJudy

2006-05-30 Thread Malcolm Wallace
Brian Hulley [EMAIL PROTECTED] wrote: http://judy.sf.net I wonder if the authors of the library could be persuaded to make it available under an Open Source license, because currently it is under the very limiting restrictions imposed by LGPL... You have a very non-standard definition

Re: [Haskell] My summer of code project: HsJudy

2006-05-30 Thread Duncan Coutts
On Tue, 2006-05-30 at 14:16 +0100, Brian Hulley wrote: Bulat Ziganshin wrote: the Judy library itself: http://judy.sf.net http://mesh.dl.sourceforge.net/sourceforge/judy/Judy-1.0.3.tar.gz I wonder if the authors of the library could be persuaded to make it available under an Open

Re: [Haskell] My summer of code project: HsJudy

2006-05-30 Thread Brian Hulley
Malcolm Wallace wrote: Brian Hulley [EMAIL PROTECTED] wrote: http://judy.sf.net I wonder if the authors of the library could be persuaded to make it available under an Open Source license, because currently it is under the very limiting restrictions imposed by LGPL... You have a very

[Haskell] My summer of code project: HsJudy

2006-05-29 Thread Caio Marcelo
Hey Haskell folks! I'm Caio Marcelo and my project for this Summer of Code is Fast Mutable Collection Types for Haskell, I'll be implementing a lot of APIs for data collections (like Map and Arrays) using Judy library as backend. If you want to know more about it, take a look at my SoC blog at