Curious about the HashTable problem

Posted by astamatto on Stack Overflow See other posts from Stack Overflow or by astamatto
Published on 2010-06-17T02:29:50Z Indexed on 2010/06/17 3:43 UTC
Read the original article Hit count: 314

Filed under:
|
|

I read that hash tables in Haskell had performance issues (on Jon Harrop's website), and since i like Haskell it worried me. That was a year ago, what is the status now (June 2010)? Has the "hash table problem" been fixed in GHC?

© Stack Overflow or respective owner

Related posts about haskell

Related posts about hashtable