Benchmarks #96
Replies: 4 comments 41 replies
-
Neat and thanks for sharing! I’ll take a closer look when I’m back at the keyboard. Could you share the benchmarks code somehow? |
Beta Was this translation helpful? Give feedback.
-
Hi @artem-ogre ! |
Beta Was this translation helpful? Give feedback.
-
Hi @msokalski, My gut feeling is that by itself it will likely not provide significant speedups on most of the real-world data. But it is definitely an interesting topic to investigate and benchmark. |
Beta Was this translation helpful? Give feedback.
-
Hey @artem-ogre, |
Beta Was this translation helpful? Give feedback.
-
Hi!
Today I made benchmarks comparing CDT, Delabella (DLB) and Delaunator (DEL) performance.
(Yep, no Jonathan Richard Shewchuk's Triangle this time, sorry).
Interesting observations:
I'm also very curious how much DCT's performance would benefit from using lighter containers and directly linking faces with vertices and neighbor faces using pointers instead of indices.
Attached timing results and screenshots of input distributions. If you're interested in obtaining input files (in CDT's visualizer format), drop me a note.
bench.zip
Here's zoomed in sample output (constraint edges are triangulation of input's random subset):

Beta Was this translation helpful? Give feedback.
All reactions