rapidsai / cuhornet

BSD 3-Clause "New" or "Revised" License
25 stars 26 forks source link

Copy constructor #21

Open pgera opened 5 years ago

pgera commented 5 years ago

SCC deletes portions of the graph recursively. Since we don't want to modify the original graph, we need to make a copy. Hornet doesn't have a copy constructor right now. A copy can be created with batch operations, but that would not be efficient. We should create a raw copy of the underlying data directly.