Haskell UM Rankings
AboutThe goal here is to write a fast Universal Machine in Haskell. This is an interesting problem for a pure, functional language, as the obvious implementations strongly encourage mutable state, and mutable arrays. Here we present a table of comparative Haskell UM speed, using the sandmark benchmark. The full spec for this problem is available here.
All benchmarks run with ghc 6.5, gcc 4.0.3, on a 3.20GHz Pentium 4. *Actual UM used in the icfp06 contest |