benedictpaten / pinchesAndCacti

Library for constructing pinch graphs and cactus graphs
MIT License
11 stars 4 forks source link

Make 3 edge connected component module thread safe #10

Closed glennhickey closed 4 years ago

glennhickey commented 4 years ago

by moving all the global variables into a struct, and passing it through to each function. This lets vg compute snarls of different components in parallel https://github.com/vgteam/vg/pull/2555