Re: [Codenarc-developer] Big Performance Improvements on 0.16
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2011-08-19 13:10:20
|
That is great news! Thanks very much. -----Original Message----- From: Hamlet DArcy [mailto:ham...@ca...] Sent: Friday, August 19, 2011 8:15 AM To: cod...@li...; cod...@li... Subject: [Codenarc-developer] Big Performance Improvements on 0.16 Hi everyone, Just an FYI, There are some big performance improvements in CodeNarc 0.16. This is good news. The run times on my Grails project was cut in half. The problem was being caused by using the Object#getProperties() method that the GDK provides. This does dynamic lookup in the metaclass and reflection in the .class file. It is a bit of a performance hog. Anyway, if you're writing rules then you should probably avoid looking up properties this way. Enjoy, -- Hamlet D'Arcy ham...@ca... ---------------------------------------------------------------------------- -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ Codenarc-developer mailing list Cod...@li... https://lists.sourceforge.net/lists/listinfo/codenarc-developer |