[ https://issues.apache.org/jira/browse/TINKERPOP-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694252#comment-17694252 ]
ASF GitHub Bot commented on TINKERPOP-2526: ------------------------------------------- kenhuuu opened a new pull request, #1983: URL: https://github.com/apache/tinkerpop/pull/1983 Adding imports by providing the CompilerConfiguration with an ImportCustomizer greatly improves performance because the imports won't be resolved again for each complete line in a script. > Gremlin Console performance with incomplete multi-line scripts > -------------------------------------------------------------- > > Key: TINKERPOP-2526 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2526 > Project: TinkerPop > Issue Type: Bug > Components: console, documentation, groovy > Affects Versions: 3.5.0 > Reporter: Stephen Mallette > Priority: Major > > Gremlin Console is impossibly slow for incomplete multi-line use cases which > is common for Gremlin. The issue appears to be related to the Groovy 3.x > upgrade. More details can be found here: GROOVY-9785 > Note that this is a major blocker for 3.5.0 release as we can't generate > documentation right now (takes well over 24 hours to generate and most times > it simply crashes). -- This message was sent by Atlassian Jira (v8.20.10#820010)