pranavtbhat / Graft.jl

Graph Toolkit for Julia
Other
30 stars 5 forks source link

Message Passing abstraction and Vertex reshaping. #7

Closed pranavtbhat closed 8 years ago

pranavtbhat commented 8 years ago

Serializing and deserializing through sockets seems to have the same performance as using remote references. Doesn't seem to make sense to use sockets (remote refs are built on them, and its probably better to rely on the jula/mutli.jl implementation). Also, need to squeeze in adjacency lists into the vertex structures themselves. This will make vertex iterations much more simple. Finally, need a way to load messages in a distributed manner instead of having to distribute it from the main proc. Need to start development of Wiki also.

Todo:

cc @rohitvarkey