How well does Scala Perform Comapred to Java?
Posted
by Teja Kantamneni
on Stack Overflow
See other posts from Stack Overflow
or by Teja Kantamneni
Published on 2010-03-19T18:47:14Z
Indexed on
2010/03/19
18:51 UTC
Read the original article
Hit count: 264
The Question actually says it all.
The reason behind this question is I am about to start a small side project and want to do it in Scala
. I am learning scala for the past one month and now I am comfortable working with it. The scala compiler itself is pretty slow (unless you use fsc
). So how well does it perform on JVM? I previously worked on groovy and I had seen sometimes over performed than java. My Question is how well scala perform on JVM compared to Java. I know scala
has some very good features(FP, dynamic lang, statically typed...) but end of the day we need the performance...
© Stack Overflow or respective owner