Re: About supporting native method reference and constructor reference

2019-02-23 Thread Daniel.Sun
Native method reference and constructor reference will have much better performance than method closure, which is a bit heavy and has to be coerced to functional interface though generating proxy instance. BTW, current implementation of native method reference and constructor reference is almost s

Re: About supporting native method reference and constructor reference

2019-02-23 Thread Milles, Eric (TR Tech, Content & Ops)
To: d...@groovy.incubator.apache.org Subject: About supporting native method reference and constructor reference Hi all, I am working on native method reference and constrctor reference for groovy 3.0.0 and wish the work could be done by the end of March this year. If you find any bad smell

About supporting native method reference and constructor reference

2019-02-22 Thread Daniel.Sun
Hi all, I am working on native method reference and constrctor reference for groovy 3.0.0 and wish the work could be done by the end of March this year. If you find any bad smell, please let me know. https://github.com/apache/groovy/pull/882 Cheers, Daniel.Sun - Apache Groovy commi

About supporting native method reference and constructor reference

2019-02-22 Thread Daniel.Sun
Hi all, I am working on native method reference and constrctor reference for groovy 3.0.0 and wish the work could be done by the end of March this year. If you find any bad smell, please let me know. https://github.com/apache/groovy/pull/882 Cheers, Daniel.Sun - Apache Groovy commi