Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay Triangulation Thread Safety

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay Triangulation Thread Safety


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay Triangulation Thread Safety
  • Date: Fri, 18 Jul 2014 12:43:46 +0200
  • Organization: GeometryFactory

Le Thursday 17 July 2014 20:34:36 colonel_panic a écrit :
> I searched this board and there has been no mention of thread safety for
> some time. Can someone give me a summary of the thread safety of the 3d
> triangulations packages?
> in particular, is the 3D delaunay triangulation thread safe? Im assuming
> no.

As of CGAL-4.4, it is not. In CGAL-4.5-beta1, that will be published in a few
weeks, there will be an experimental new feature: parallelization of
Triangulation_3, using Intel TBB.

But, even in CGAL-4.5, the Delaunay_triangulation_3 will still not be thread-
safe:
- there will be new tools, such as a locking strategy, that will allow
write
parallel algorithms,
- there will be new thread-safe functions, such as locate(), that are less
efficient that the non-thread-safe one.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page