Re: Static typing question
Jochen Theodorou <[email protected]>
| Newsgroups | gmane.comp.lang.groovy.user |
|---|---|
| Message-ID | <[email protected]> |
On 01.01.24 00:57, MG wrote: [...] > **Alas that is not the case for JVM invoke dynamic, which is much slower > when generating a really large number of objects, which recently > required us to make a part of our SQL generation code less user > friendly, to make Groovy 3/4 with invoke dynamic as fast as the old > Groovy-specifc code which did not rely on invoke dynamic... I think I can give a teaser here... I am currently working on a prototype that will hopefully solve that issue. bye Jochen