Difference between revisions of "Improvements in Groovy performance"

From JVMLangSummit
Jump to navigationJump to search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
;Speaker: Jochen Theodorou
 
;Speaker: Jochen Theodorou
 
;Project: http://groovy.codehaus.org/
 
;Project: http://groovy.codehaus.org/
 +
;Resources: [[Media:Theodorou-Faster-Groovy-1.8.pdf | Slides]]
  
 
===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.

Latest revision as of 17:54, 27 August 2010

Speaker
Jochen Theodorou
Project
http://groovy.codehaus.org/
Resources
Slides

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.