twitter / cassovary

Cassovary is a simple big graph processing library for the JVM
http://twitter.com/cassovary
Apache License 2.0
1.05k stars 150 forks source link

Allow sorting and de-duplication of neighbors in AdjacencyListGraphReader as well #196

Open pankajgupta opened 9 years ago

pankajgupta commented 9 years ago

https://github.com/twitter/cassovary/issues/185 did this for ListOfEdgesGraphReader. In the interest of completeness, same options should be allowed for adjacency list reader. Perhaps there is a way to abstract out the code for preparation of neighboring edges before forming a NodeIdEdgesMaxId. CC @tlasica