sallesviana / MeshIntersection

45 stars 11 forks source link

Use set_union to create the lists of pairs faster #8

Open sallesviana opened 7 years ago

sallesviana commented 7 years ago

No need to sort again... just use set_union http://www.cplusplus.com/reference/algorithm/set_union/