[
https://issues.apache.org/jira/browse/TINKERPOP-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572110#comment-15572110
]
Marko A. Rodriguez commented on TINKERPOP-1501:
-----------------------------------------------
See more thorough idea here:
https://groups.google.com/d/msg/gremlin-users/Wqs02FeVVHE/G03quKVJBQAJ
> Consider BytecodeStrategies
> ---------------------------
>
> Key: TINKERPOP-1501
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1501
> Project: TinkerPop
> Issue Type: Improvement
> Components: language-variant, process
> Affects Versions: 3.2.2
> Reporter: Marko A. Rodriguez
>
> Currently {{TraversalStrategies}} act on {{Traversal}} objects. However, it
> might be worth pushing some of the optimization "client side" by having
> {{BytecodeStrategies}} which operate on the bytecode prior to sending it over
> the wire. Examples could include:
> {code}
> IdentityRemovalStrategy
> AdjacentToIncidentStrategy
> IncidentToAdjacentStrategy
> RangeByIsCountStrategy
> FilterRankStrategy
> InlineFilterStrategy
> {code}
> ...in this way, these bytecode-based implementations would mutate the
> bytecode and then on the server-side, there is less work for the registered
> {{TraversalStrategies}} to do and thus, less load on the server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)