Does Groovy++ work with Grails 2.0

225 Views Asked by At

I have performance problems in Grails 2.0. I'm wondering if groovy++ will help.

1

There are 1 best solutions below

2
On

I don't believe you can currently use Groovy++ with Grails 2.x (docs).

A better approach would be to look where the problems are. Then determine a strategy to solve them. Randomly swapping out libraries or tools is unlikely to help. What kind of performance problems do you have (speed, memory usage)? Do you use some kind of logging or a profiler to see where in your application it is spending the most time?