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

Efficient hashmap dynamic graph #202

Closed plofgren closed 9 years ago

plofgren commented 9 years ago

A concurrent dynamic graph that stores nodes in a ConcurrentHashMap, and neighbors of each node are stored in Array[Int]s. Only edge and node addition (not deletion) is supported.

@pankajgupta

pankajgupta commented 9 years ago

ok, after the fixes above, this is ready to merge as well, so please just submit a squash commit including the changes

plofgren commented 9 years ago

OK, done. Before I squashed, I also updated the scaladoc slightly.