masc-ucsc/livehd

?: It may be faster to do two passes with fast (first create nodes, then connect...

todo opened this issue · 0 comments

todo commented

for (const auto old_node : old_lg->forward()) { // TODO?: It may be faster to do two passes with fast (first create nodes, then connect edges.
if (node2gid.find(old_node.get_compact())!=node2gid.end())
continue;
Node new_node;
//note: new_lg ios have been created before the main loop


This issue was generated by todo based on a TODO comment in 29eb739. It's been assigned to @swang203 because they committed the code.