愉快狗

文章
6
资源
0
加入时间
4年2月16天

Groovy++使用注意的时候

最近使用Groovy处理一些数据工作,发现其速度慢的不行,也懒得对代码进行优化,打算使用Groovy++加速一下,发现一些代码有问题: long a = 0 1000.times { int b-> a+=b } 都过不了~ 1.Groovy++编译时检查更严格 例1: /* Leave it commented to run the dy...