20 ms·
I found this odd as well. I have always heard that it runs faster. For example: https://days2011.scala-lang.org/sites/days2011/files/ws3-1-Hundt.pdf https://day
by JamieEi 15y ago
I found this odd as well. I have always heard that it runs faster. For example:
https://days2011.scala-lang.org/sites/days2011/files/ws3-1-Hundt.pdf https://days2011.scala-lang.org/sites/days2011/files/ws3-1-H...
- saurik 15y agoThat paper explains that the Scala engineer performed numerous algorithmic improvements, whereas the Java one "refused" to (he reported somewhere else, on a mailing list? that he wasn't told it was for a paper). The paper also explains that using Scala idiomatic for-comprehensions produced very slow results.