Monday, 9 September 2013

scala - immutability performances

scala - immutability performances

search resultsscala - immutability performances - Stack Overflow
Note: Even though I'll be using Akka tutorial code as a test case, my
question is about Scala immutability performances in general, and how to
tune JVM consequently
stackoverflow.com/.../scala-​immutability-performances - Cached

memory - Scala: Mutable vs. Immutable Object Performance ...
I wanted to compare the performance characteristics of immutable.Map and
mutable.Map in Scala for a similar operation (namely, merging many maps
into a single one.
stackoverflow.com/questions/1308682 - Cached

Scala Performance « Stray Thoughts
The performance of Scala code depends on ... using Scala as a better Java
and writing functional Scala. Using immutable linked lists rather ...
nicholassterling.wordpress.com/2012/11/​16/scala-performance - Cached

Scala
Scala is interoperable with Java. Performance is generally on par with
Java. ... Immutability. Scala supports immutability, a key concept in
functional programming.
www.ardentex.com/publications/scala-​briefly/slides.html - Cached

immutable var vs. mutable val | The Scala Programming Language
There are many cases where the performance hit of immutable data
structures is overstated, ... If you want a not-broken immutable Map in
Scala, ...
www.scala-lang.org/node/5367 - Cached

scala | David R. MacIver | Page 2
Planet Scala's selection of feeds ... Consequently they're at most a
guideline and shouldn't be assumed to be hard and fast rules about
performance. Immutable ...
www.drmaciver.com/tag/scala/page/2 - Cached

Combinator parsing questions ... is performance problematic ...
> Bernie Pope gave talk about Parser Combinators at Melbourne Scala > User
Group that discussed performance issues ... > at
scala.collection.immutable ...
www.scala-lang.org/node/3455 - Cached

Scala Collections Wizardry
The talk covers the internals of Scala collection, touching performance
characteristics, design choices, immutability, the collection type
hierarchy.
parleys.com/play/​5209eeabe4b0f42506c2a3fe - Cached

Scaling Scala vs. Java | Architects Zone
... same app written in another language highly tuned for performance.
This post is about how Scala helps you write ... feature of Scala,
immutability.
architects.dzone.com/articles/scaling-​scala-vs-java - Cached

Concrete Immutable Collection Classes - Scala Documentation ...
Scala provides many concrete immutable collection classes for you to
choose from. ... Otherwise, streams have the same performance
characteristics as lists.
docs.scala-lang.org/...immutable-​collection-classes.html - Cached

No comments:

Post a Comment