cgal/Triangulation_3/include/CGAL
Clement Jamin 9c5cddbbc3 Global optimizers: better parallel performance
- 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)
2012-11-28 14:17:59 +01:00
..
IO Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
constructions Silence unused parameter warnings. Leave the ones from the test-suite 2012-06-22 14:22:16 +00:00
internal Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
predicates Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Delaunay_triangulation_3.h Add comments to explain what happens with the use of Default Dt_3 2012-04-23 16:54:47 +00:00
Regular_triangulation_3.h The parallel version can now be built with GCC 2012-07-10 16:53:34 +00:00
Regular_triangulation_cell_base_3.h Fix headers of Mesh_2 and Mesh_3. All were missing #include. 2012-10-08 09:33:38 +00:00
Regular_triangulation_euclidean_traits_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Regular_triangulation_filtered_traits_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Triangulation_3.h Added support for concurrency to "locate" + minor changes 2012-11-20 15:16:21 +01:00
Triangulation_cell_base_3.h Use of a Tag (template parameter) to activate/deactivate concurrency in Mesh_3, instead of #ifdef macros. 2012-06-09 08:52:37 +00:00
Triangulation_cell_base_with_circumcenter_3.h Triangulation_cell_base_with_circumcenter_3::invalidate_circumcenter() must 2012-11-20 10:25:47 +01:00
Triangulation_cell_base_with_info_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Triangulation_data_structure_3.h Merge from Mesh_3-improvements-GF 2012-11-21 17:49:59 +01:00
Triangulation_ds_cell_base_3.h Global optimizers: better parallel performance 2012-11-28 14:17:59 +01:00
Triangulation_ds_vertex_base_3.h Typo 2012-10-19 08:50:18 +00:00
Triangulation_geom_traits_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Triangulation_hierarchy_3.h Silence unused parameter warnings. Leave the ones from the test-suite 2012-06-22 14:22:16 +00:00
Triangulation_hierarchy_vertex_base_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Triangulation_simplex_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Triangulation_utils_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Triangulation_vertex_base_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Triangulation_vertex_base_with_info_3.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00