mirror of https://github.com/CGAL/cgal
... by a factor 5 for big triangulations! The old code was using:
std::map<size_t, Vertex_handle> V;
std::map<size_t, Cell_handle> C;
whereas the indices are contiguous: from 0 to n. `std::vector` is a lot
better for that use case!
|
||
|---|---|---|
| .. | ||
| benchmark/Triangulation_3 | ||
| demo | ||
| doc/Triangulation_3 | ||
| examples/Triangulation_3 | ||
| include/CGAL | ||
| package_info/Triangulation_3 | ||
| test/Triangulation_3 | ||
| TODO | ||
| dont_submit | ||