You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "spmallette (GitHub)" <gi...@apache.org> on 2019/02/19 16:26:31 UTC

[GitHub] [tinkerpop] spmallette commented on issue #1062: TINKERPOP-2163 Improved performance of JavaTranslator method selection

@nastra i assume that this would accomplish what you're saying without having to change all the code that uses `argumentsCopy`:

`final Object[] argumentsCopy = arguments.length > 0 ? new Object[arguments.length] : arguments;`

[ Full content available at: https://github.com/apache/tinkerpop/pull/1062 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org