[Haskell]Curious about the Hash Table problem
- by astamatto
I read that hash tables in haskell are crippled ( citation: http://flyingfrogblog.blogspot.com/2009/04/more-on-haskells-hash-table-problems.html ) and since i like haskell it worried me.
Since the blog-post one year has passed and im curious,
The hash table problem in haskell was "fixed" in the traditional compilers? (like ghc)
ps: I love stack overflow, im a long time visitor but only today i decided to try to post a question.