Fade2D is a numerically robust and extremely fast C++ Delaunay triangulation library. Certainly you can verify that on your own hardware with the below Delaunay triangulation benchmark. You can find this code in examples2D/ex1_benchmark.cpp. Benchmark Code Step 1 in the above code creates an empty Fade_2D object and makes two important performance settings: Fade_2D::setFastMode(bool b)…Continue reading2D Delaunay Triangulation Benchmark – Example1