Nice talk about JVm optimization

A nice talk from Attila Szegedi about JVM performance optimization: Everything I Ever Learned about JVM Performance Tuning @twitter. It makes you think that the old days of fighting with the computer unknown are not over (don’t you miss the memory dump to debug your application?). Talking about over, let’s finish the week with Florence … Read More

Another new language for the JVM

Some say that it is java, others say that it is Ruby, but in fact it is a brand new experimental language: Mirah. Mirah (nee Duby) is a new experimental language born out of the JRuby project. In order to make implementing Ruby on the JVM easier and more approachable for Java and Ruby developers … Read More