[
https://issues.apache.org/jira/browse/TINKERPOP-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP-1501:
----------------------------------------
Component/s: (was: language-variant)
> Consider BytecodeStrategies
> ---------------------------
>
> Key: TINKERPOP-1501
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1501
> Project: TinkerPop
> Issue Type: Improvement
> Components: 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.4.14#64029)