The code for loop removal is functional, but it currently removes each loop in series. This results in long processing times when a segmentation volume contains more than several hundred loops. These processing times can be more than 24 hours when there are several hundred or more loops.
The purpose of this ticket is to remove loops in parallel. This will expedite the loop removal code.
The code for loop removal is functional, but it currently removes each loop in series. This results in long processing times when a segmentation volume contains more than several hundred loops. These processing times can be more than 24 hours when there are several hundred or more loops.
The purpose of this ticket is to remove loops in parallel. This will expedite the loop removal code.