CHM icon indicating copy to clipboard operation
CHM copied to clipboard

Build kD tree in parallel

Open Chrismarsh opened this issue 5 years ago • 1 comments

CGAL 5.1beta has support for kD tree creation in parallel. This should be added once CGAL5.1 is released

dD Spatial Searching

  • The kd-tree can now be built in parallel: CGAL::Kd_tree::build() is given an optional template parameter ConcurrencyTag (default value remains CGAL::Sequential_tag for backward compatibility).

Chrismarsh avatar Jun 10 '20 15:06 Chrismarsh

CGAL 5.1 is now released

Chrismarsh avatar Sep 08 '20 19:09 Chrismarsh