groovysh and long input

2020-10-16 Thread Stephen Mallette
Hello, I happened to be testing some issues related to this pull request I submitted the other day: https://github.com/apache/groovy/pull/1405 In testing between groovy 2.5.x and 3.x I've noticed a considerable performance difference when pasting long multi-lined scripts. 2.5.x is quite quick

Re: groovysh and long input

2020-10-19 Thread Stephen Mallette
:006> 1 + 10 + ... groovy:495> 1 + 10 + groovy:496> 1 + 10 + groovy:497> 1 + 10 ===> 5478 groovy:000> System.currentTimeMillis() - start ===> 31876 On Mon, Oct 19, 2020 at 6:40 AM Daniel Sun wrote: > > Please try 3.0.6+, we have tuned the performance a lot.

Re: groovysh and long input

2020-10-20 Thread Stephen Mallette
I've created: https://issues.apache.org/jira/browse/GROOVY-9785 On Tue, Oct 20, 2020 at 6:40 AM Paul King wrote: > Hi Stephen, sounds like it can't hurt. > > Cheers, Paul. > > > On Tue, Oct 20, 2020 at 8:23 PM Stephen Mallette > wrote: > >> Would it help

Re: groovysh and long input

2021-01-08 Thread Stephen Mallette
On Tue, Oct 20, 2020 at 7:09 AM Stephen Mallette wrote: > I've created: > > https://issues.apache.org/jira/browse/GROOVY-9785 > > > > On Tue, Oct 20, 2020 at 6:40 AM Paul King wrote: > >> Hi Stephen, sounds like it can't hurt. >> >> Cheers, Paul. >&