Re: implement hash table

2003-10-07 Thread ketil+haskell
[EMAIL PROTECTED] (Donald Bruce Stewart) writes: >> I'm a new one in this Haskell programming language. Okay, since you're new, I won't take your question too literally. :-) >> I have a program which involved a lot of computation tasks and it's >> quite inefficient,so I'm currently examing the

haskell bindings for cairo

2003-10-07 Thread Abraham Egnor
I've hacked together a haskell binding for the cairo vector graphics library (http://www.cairographics.org). It's still got much that needs improvement, but it's at the usable stage. A tarball is available at http://ofb.net/~abe/hscairo-0.1.tar.bz2 ; documentation and build instructions are inclu

Re: implement hash table

2003-10-07 Thread Donald Bruce Stewart
r2yang: > Hi,all > > I'm a new one in this Haskell programming language. I have a program which > involved a lot of computation tasks and it's quite inefficient,so I'm currently > examing the possibility of using hash table in my data structure, can some one > tell me how to implement it? I can

Re: implement hash table

2003-10-07 Thread Artie Gold
[EMAIL PROTECTED] wrote: Hi,all I'm a new one in this Haskell programming language. I have a program which involved a lot of computation tasks and it's quite inefficient,so I'm currently examing the possibility of using hash table in my data structure, can some one tell me how to implement it?

implement hash table

2003-10-07 Thread r2yang
Hi,all I'm a new one in this Haskell programming language. I have a program which involved a lot of computation tasks and it's quite inefficient,so I'm currently examing the possibility of using hash table in my data structure, can some one tell me how to implement it? I can't find much informa