On Nov 18, 2008, at 7:03 AM, Bulat Ziganshin wrote:
Hello Tillmann,
Tuesday, November 18, 2008, 2:46:47 PM, you wrote:
Why should a Haskell hash table need more memory then a Python hash
table? I've heard that Data.HashTable is bad, so maybe writing a good
one could be an option.
about Dat
Hello Tillmann,
Tuesday, November 18, 2008, 2:46:47 PM, you wrote:
> Why should a Haskell hash table need more memory then a Python hash
> table? I've heard that Data.HashTable is bad, so maybe writing a good
> one could be an option.
about Data.HashTable: it uses one huge array to store all th
Hello kenny,
Tuesday, November 18, 2008, 2:34:25 PM, you wrote:
> I am not hoping that my code should be faster, but at least not as slow as
> what it gets.
> Basically I am looking for an implementation which is close to the one in
> python.
well, if haskell will allow to produce code not slo