Difference between revisions of "Improvements in Groovy performance"

From JVMLangSummit
Jump to navigationJump to search
m
Line 1: Line 1:
 
;Speaker: Jochen Theodorou
 
;Speaker: Jochen Theodorou
 
;Project: http://groovy.codehaus.org/
 
;Project: http://groovy.codehaus.org/
 +
;Slides: [[Media:Theodorou-Faster-Groovy-1.8.pdf]]
  
 
===Abstract===
 
===Abstract===
  
 
Connecting to [[Groovy_Performance|my talk in 2009]] I will show some examples in that Groovy will gain very much performance with Groovy release 1.8. I will also speak about the partial static compilation we use to achieve this, but still keep the dynamic nature of the language.
 
Connecting to [[Groovy_Performance|my talk in 2009]] I will show some examples in that Groovy will gain very much performance with Groovy release 1.8. I will also speak about the partial static compilation we use to achieve this, but still keep the dynamic nature of the language.

Revision as of 13:02, 28 July 2010

Speaker
Jochen Theodorou
Project
http://groovy.codehaus.org/
Slides
Media:Theodorou-Faster-Groovy-1.8.pdf

Abstract

Connecting to my talk in 2009 I will show some examples in that Groovy will gain very much performance with Groovy release 1.8. I will also speak about the partial static compilation we use to achieve this, but still keep the dynamic nature of the language.