On 06/15/2011 09:25 PM, Cédric Beust ♔ wrote:

Immutability doesn't always bring performance improvements. Actually, immutable structures and algorithms that use them tend to have poorer performances than mutable ones in single threaded situations.

Immutable structures *may* provide a boost in performances in parallel scenarios, but it's certainly not a foregone conclusion.

Sure, but I was referring to the words of Dick and clearly he's experiencing some performance improvements _at least in some areas_, otherwise he wouldn’t have mentioned it. In my mind, I imagine you improve performance in some parts and make it worse in some areas... but the balance?

Of course, there's also the reduction (and eventually total eradication) of deadlock risks.

--
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - "We make Java work. Everywhere."
java.net/blog/fabriziogiudici - www.tidalwave.it/people
fabrizio.giud...@tidalwave.it

--
You received this message because you are subscribed to the Google Groups "The Java 
Posse" group.
To post to this group, send email to javaposse@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to