cgal/Triangulation_3
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
..
benchmark/Triangulation_3 make create_star_3 non recursive only after 100 recursive calls. 2012-10-30 13:42:47 +00:00
demo CMake: Fix the handling of cmake_policy 2012-08-22 12:35:03 +00:00
doc_tex doc typo 2012-05-14 12:00:40 +00:00
examples/Triangulation_3 remove commented lines from example. 2011-03-04 07:12:17 +00:00
include/CGAL Global optimizers: better parallel performance 2012-11-28 14:17:59 +01:00
package_info/Triangulation_3 Add license files, per package 2012-01-16 15:54:22 +00:00
test/Triangulation_3 Rename a test to avoid a conflict 2012-10-05 14:22:15 +00:00
TODO new todo: side_of_bounded_sphere_3 into traits 2009-02-12 13:31:35 +00:00
dont_submit Merge the Triangulation_3_Location_policy branch. 2009-11-04 12:57:51 +00:00