Re: [DISCUSS] Binary serialization format

2017-10-24 Thread David Brown
JSON is comfortable and easy, but something like this makes sense to me. This idea could be easily extended to to request/response messages as well. For example, the desired op ('eval', 'bytecode', 'close' etc.) could be represented with a 4 bit group, etc. etc. This would allow driver authors to

[jira] [Commented] (TINKERPOP-1801) OLAP profile() step return incorrect timing

2017-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16217150#comment-16217150 ] ASF GitHub Bot commented on TINKERPOP-1801: --- Github user artem-aliev commented on the issue:

[GitHub] tinkerpop issue #734: TINKERPOP-1801: fix profile() timing in OLAP by adding...

2017-10-24 Thread artem-aliev
Github user artem-aliev commented on the issue: https://github.com/apache/tinkerpop/pull/734 Something strange happened, during rebases. I'll fix. ---

[jira] [Commented] (TINKERPOP-1752) Gremlin.Net: Generate completely type-safe methods

2017-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16216911#comment-16216911 ] ASF GitHub Bot commented on TINKERPOP-1752: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #712: TINKERPOP-1752: Gremlin.Net: Generate completely type-...

2017-10-24 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/712 Looks like traversal strategy classes have their own serialization forms ```json { "@type": "g:Bytecode", "@value": { "source":

[DISCUSS] Binary serialization format

2017-10-24 Thread Jorge Bay Gondra
Hi, I wanted to bring up the possibility to include a specific (as in non-generic) serialization formal for Graph data. I didn't want to bump the last dev discussion on serialization formats