So how does F# IntMap version compares to Haskell's IntMap?

On Sat, Apr 4, 2009 at 2:58 PM, Peter Verswyvelen <bugfact@gmail.com> wrote:
On Sat, Apr 4, 2009 at 12:42 PM, Jon Harrop <jon@ffconsultancy.com> wrote:
For comparison:

Haskell hash table: 44s
Haskell map:         7s
F# hash table:       0.7s

Ouch! That's pretty insane.