Pankaj Gupta

Results 43 comments of Pankaj Gupta

Yep. For comparison of scale up vs scale out, what is a distributed graph system du jour? Is it graphx?

At least twitter-server should not be needed in cassovary-core. I have removed it (in commit d6032e6531da38925cf43cd8154610dd7a267a60) as a shared dependency and left it for only cassovary-server (for which the eviction...

Yep that will be awesome. Memory map work done by Peter makes it easier to load large graphs too... On Tuesday 24 May 2016, Jimmy Lin [email protected] wrote: > Just...

Started fixing this and realized that this would need changes to Traverser as well. With this change, for a graph with a single edge 1->2, only node 1 will exist...

I wasn't thinking that getNodeById will construct it on the fly but what you say makes sense. Thanks.

Properties (node/edge labels) can currently not be used while traversals. On Thu, Jul 14, 2016 at 5:49 PM, Andy Petrella [email protected] wrote: > Hello, I'd like to experiment cassovary, but...

I still need to look at Dave's pull request, but his idea of implementing edge labels as parallel arrays to neighbor ids sounds good. On Nov 4, 2013, at 8:27...

I need to think more about this but it seems like this will require a reorganization of the code, to define separate types for vertex and edge and then a...