[GitHub] jorgebay opened a new pull request #1065: TINKERPOP-2161 - GraphBinary: use a single buffer instead of allocators

2019-02-18 Thread GitBox
jorgebay opened a new pull request #1065: TINKERPOP-2161 - GraphBinary: use a single buffer instead of allocators URL: https://github.com/apache/tinkerpop/pull/1065 Improve write path by reusing the same buffer. For serializers this is an API change but given that GraphBinary was

[tinkerpop] branch TINKERPOP-2161 created (now 2402939)

2019-02-18 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a change to branch TINKERPOP-2161 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. at 2402939 TINKERPOP-2161 GraphBinary: use a single buffer instead of allocators This branch includes

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

2019-02-18 Thread GitBox
nastra commented on issue #1062: TINKERPOP-2163 Improved performance of JavaTranslator method selection URL: https://github.com/apache/tinkerpop/pull/1062#issuecomment-464780672 @spmallette one tiny suggestion to avoid creation of unnecessary arrays would be: ``` if

[GitHub] dkuppitz opened a new pull request #1064: TINKERPOP-2159 EventStrategy doesn't handle multi-valued properties

2019-02-18 Thread GitBox
dkuppitz opened a new pull request #1064: TINKERPOP-2159 EventStrategy doesn't handle multi-valued properties URL: https://github.com/apache/tinkerpop/pull/1064 https://issues.apache.org/jira/browse/TINKERPOP-2159 Fixed multi-valued property handling in `EventStrategy` /

[tinkerpop] 01/01: TINKERPOP-2159 Fixed multi-valued property handling in EventStrategy / AddPropertyStep.

2019-02-18 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-2159 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 14948cb38181a59cab0c838bd449ddb21503e1e0 Author: Daniel Kuppitz AuthorDate: Mon Feb 18 07:30:48 2019 -0700

[tinkerpop] branch TINKERPOP-2159 created (now 14948cb)

2019-02-18 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-2159 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. at 14948cb TINKERPOP-2159 Fixed multi-valued property handling in EventStrategy / AddPropertyStep. This

[GitHub] spmallette commented on a change in pull request #1062: TINKERPOP-2163 Improved performance of JavaTranslator method selection

2019-02-18 Thread GitBox
spmallette commented on a change in pull request #1062: TINKERPOP-2163 Improved performance of JavaTranslator method selection URL: https://github.com/apache/tinkerpop/pull/1062#discussion_r257676461 ## File path:

[tinkerpop] branch write-TINKERPOP-2161-1 created (now eab3420)

2019-02-18 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a change to branch write-TINKERPOP-2161-1 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. at eab3420 Use unmodifiableBuffers instead of composites This branch includes the following new

[tinkerpop] 01/01: Use unmodifiableBuffers instead of composites

2019-02-18 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch write-TINKERPOP-2161-1 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit eab3420436da3d70e6ab54b79375e97594153f90 Author: Jorge Bay Gondra AuthorDate: Mon Feb 18 11:55:53