cgal/Mesh_3
Sebastien Loriot 166681a6ce
Periodic_3_mesh_3: Avoid Making Copies (#8639)
## Summary of Changes

Turn several copies into `const&` to avoid allocation of data members of
traits object with multiprecision coordinates. In release mode the gain
is around 10%..

To address the timeouts in the testsuite in Debug mode, I also changed
cell size and approximation error.

## Release Management

* Affected package(s): Periodic_triangulation_3_mesh_3
* License and copyright ownership: unchanged
2024-12-10 16:24:25 +01:00
..
benchmark/Mesh_3 remove -D that is not compatible with "older" cmake versions 2024-10-22 08:19:49 +02:00
doc/Mesh_3 document example weighted image + feature detection 2024-07-23 10:18:27 +02:00
examples/Mesh_3 less or more for the interior 2024-11-05 17:30:02 +01:00
include/CGAL Periodic_3_mesh_3: Avoid Making Copies (#8639) 2024-12-10 16:24:25 +01:00
package_info/Mesh_3 undo dependency changes + always use core if not disabled 2024-02-27 16:19:28 +01:00
test/Mesh_3 CGAL: Modernize CMakeLists.txt 2024-10-08 17:02:41 +01:00
TODO