GitHub user dalaro opened a pull request:
https://github.com/apache/tinkerpop/pull/616
TINKERPOP-1680 Add string performance options to StarGraph
By default, StarGraph invokes intern() on vertex label and property
key strings. It also toString()s vertex and edge IDs for comparisons
and existence checks.
This commit introduces a new StarGraph builder with a pair of boolean
options controlling these behaviors.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dalaro/incubator-tinkerpop TINKERPOP-1680
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/616.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #616
----
commit 0155665162668f68713bc4fe5a95678a6905c72b
Author: Dan LaRocque <[email protected]>
Date: 2017-04-04T23:41:29Z
TINKERPOP-1680 Add string performance options to StarGraph
By default, StarGraph invokes intern() on vertex label and property
key strings. It also toString()s vertex and edge IDs for comparisons
and existence checks.
This commit introduces a new StarGraph builder with a pair of boolean
options controlling these behaviors.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---