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

Remove the concept of internal/external id in Bipartite Graph #194

Closed AnishShah closed 9 years ago

AnishShah commented 9 years ago

@pankajgupta I have made some changes. Please have a look. If node IDs are not unique, then I'm negating the IDs of Left Nodes. I don't think this will increase the time complexity as this was done at Node Level before instead inside the Bipartite Graph and memory should also be same. What do you think?

AnishShah commented 9 years ago

@pankajgupta Please have a look. I have made the changes..

pankajgupta commented 9 years ago

Looks good. Please put in a squash commit and I will merge.

AnishShah commented 9 years ago

Done :+1: