Re: Creating a gremlin pipeline from an arraylist
Jason Plurad <plu...@...>
You probably should benchmark it, but I'd think that the injection would be faster since you already have the edges resolved. I think using the graph step g.E(a) would ultimately re-lookup the edges by id. On Tuesday, August 8, 2017 at 12:23:50 PM UTC-4, Raymond Canzanese wrote:
|
|