D

I've to say, D is very interesting language with several unique features. What about performance? How it compares to VM-based languages?



It took 3.6 seconds in debug mode and 1.3 seconds in release mode, which is on pair with F#.


  • C# - 1.26
  • D (DMD) - 1.3
  • F# - 1.38
  • Nemerle - 1.45
  • Haskell - 2.8
  • Clojure - 9
  • Erlang - 17
  • Ruby - 60
  • Python - 120

Comments

Popular posts from this blog

Haskell: performance

Regular expressions: Rust vs F# vs Scala

STM: F# vs Haskell