Hacker News new | ask | show | jobs
by saurabhnanda 4808 days ago
Why is that Clojure is consistently slower in the Alioth Benchmarks game [1], but Compojure is consistently faster the Play-scala?

[1] http://benchmarksgame.alioth.debian.org/u64/benchmark.php?te...

1 comments

Many variables are involved, but my conjecture is that it has more to do with the particulars of Compojure versus Play than it does Clojure versus Scala. For instance, take a look at the numbers put up by other Scala frameworks (Unfiltered, Lift, Scalatra). There's nothing intrinsically slow about Scala.