You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/02/15 19:42:01 UTC

[GitHub] [tinkerpop] spmallette commented on pull request #1547: Add GraphBinary serialization support to gremlin-javascript

spmallette commented on pull request #1547:
URL: https://github.com/apache/tinkerpop/pull/1547#issuecomment-1040717100


   `Binding` is a way to pass variables in Gremlin bytecode but it doesn't really have good applicability outside of situations where you end up using a lambda (which isn't often). It also has a weird implementation pattern that doesn't always work well in all languages - even in Java it uses awful `ThreadLocal` stuff to work properly. My personal feeling is that you can ignore it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org