mirror of https://github.com/CGAL/cgal
- We used to have a thread-local variable for cell::TDS_data to make incident_cells concurrently callable but it was slow and memory-consuming => new incident_cells function which do not use cell::TDS_data => faster and lighter - update_restricted_delaunay now uses parallel_for instead of parallel_do (it was quite slow with the implicit oracle) => faster (but requires to fill a temporary vector) |
||
|---|---|---|
| .. | ||
| benchmark/Triangulation_3 | ||
| demo | ||
| doc_tex | ||
| examples/Triangulation_3 | ||
| include/CGAL | ||
| package_info/Triangulation_3 | ||
| test/Triangulation_3 | ||
| TODO | ||
| dont_submit | ||