https://issues.apache.org/jira/browse/TINKERPOP-2138
Added a new `globalFunctionCacheEnabled` configuration to the `GroovyCompilerGremlinPlugin` and an overriding setting for sessions on `SessionOpProcessor` that disables the global function cache. In cases where you don't need the cache (i.e. don't use global functions) it does remove a bit of reflection based processing from every single script request and obviously saves on memory formerly used by the cache. All tests pass with `docker/build.sh -t -n -i` VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1046 ] This message was relayed via gitbox.apache.org for [email protected]
