STM revisited: add Scala
Some time ago I compared F# and Haskell STM implementation performance. Today I'm adding Scala into it:
So, it's more than two times slower than Haskell, but more than 3 times faster than F#. Interesting.
So, it's more than two times slower than Haskell, but more than 3 times faster than F#. Interesting.
Comments