Closed plofgren closed 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
ok, after the fixes above, this is ready to merge as well, so please just submit a squash commit including the changes
OK, done. Before I squashed, I also updated the scaladoc slightly.
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