- Nice to see this work! it leaves me wondering however if your claim that the code is probably the fastest 2d triangulation tool is actually true.
- CGAL has some incredibly fast Delaunay triangulation routines. Maybe worth a comparison?
https://doc.cgal.org/latest/Triangulation_2/index.html
keep in mind random point sets aren’t good to benchmark triangulations.
https://doc.cgal.org/latest/Triangulation_2/index.html
keep in mind random point sets aren’t good to benchmark triangulations.